#52419C

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

Shades of Blue Gem #52419C

Tints of Blue Gem #52419C

Color information

#52419C (or 0x52419C) is unknown color: approx Blue Gem. HEX triplet: 52, 41 and 9C. RGB value is (82,65,156). Sum of RGB (Red+Green+Blue) = 82+65+156=303 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.06% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 156 (61.33% from 255 or 51.49% from 303); Max value from RGB is 156 - color contains mainly: blue. Hex color #52419C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52419C is #ADBE63. Grayscale: #505050. Windows color (decimal): -11386468 or 10240338. OLE color: 10240338.

HSL color Cylindrical-coordinate representation of color #52419C: hue angle of 251.21º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52419C is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8265156-
CMYK0.470.5800.39
HSL251.21º41.18%43.33%-
HSV(B)251.21º58.33%61.18%-
XYZ11.377.9732.39-
YUV80.46170.63129.1-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.06%
GREEN value IS 65 (25.78% from 255) = 21.45%
BLUE value IS 156 (61.33% from 255) = 51.49%
R=27.06%
G=21.45%
B=51.49%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal82651560.470.5800.39251.2141.1843.33
Hex52419C2F3A027fb292b
Octal12210123457720473735153
Binary1010010100000110011100101111111010010011111111011101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52419C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52419C; }

 p { color: rgb(82,65,156); }

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

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

 a { background-color: rgb(82,65,156); }

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

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

 span { border-color: rgb(82,65,156); }

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