#534795

Color #534795 Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #534795

Tints of Blue Gem #534795

Color information

#534795 (or 0x534795) is unknown color: approx Blue Gem. HEX triplet: 53, 47 and 95. RGB value is (83,71,149). Sum of RGB (Red+Green+Blue) = 83+71+149=303 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.39% from 303); Green value is 71 (28.12% from 255 or 23.43% from 303); Blue value is 149 (58.59% from 255 or 49.17% from 303); Max value from RGB is 149 - color contains mainly: blue. Hex color #534795 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534795 is #ACB86A. Grayscale: #535353. Windows color (decimal): -11319403 or 9783123. OLE color: 9783123.

HSL color Cylindrical-coordinate representation of color #534795: hue angle of 249.23º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #534795 is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8371149-
CMYK0.440.5200.42
HSL249.23º35.45%43.14%-
HSV(B)249.23º52.35%58.43%-
XYZ11.258.5229.48-
YUV83.48164.98127.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 27.39%
GREEN value IS 71 (28.12% from 255) = 23.43%
BLUE value IS 149 (58.59% from 255) = 49.17%
R=27.39%
G=23.43%
B=49.17%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal83711490.440.5200.42249.2335.4543.14
Hex5347952C3402Af9232b
Octal12310722554640523714353
Binary1010011100011110010101101100110100010101011111001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534795; }

 p { color: rgb(83,71,149); }

 H1.HeaderClassName
 {
   color: #534795;
 }
 .AnyTagClassName
 {
   color: #534795;
 }
</style>
background-color css

<style>
 a { background-color: #534795; }

 a { background-color: rgb(83,71,149); }

 div.DivClassName
 {
   background-color: #534795;
 }
 .BgClassName
 {
   background-color: #534795;
 }
</style>
border-color css

<style>
 span { border-color: #534795; }

 span { border-color: rgb(83,71,149); }

 td.TdClassName
 {
   border-color: #534795;
 }
 .TagClassName
 {
   border-color: #534795;
 }
</style>