#52429D

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

Shades of Blue Gem #52429D

Tints of Blue Gem #52429D

Color information

#52429D (or 0x52429D) is unknown color: approx Blue Gem. HEX triplet: 52, 42 and 9D. RGB value is (82,66,157). Sum of RGB (Red+Green+Blue) = 82+66+157=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 66 (26.17% from 255 or 21.64% from 305); Blue value is 157 (61.72% from 255 or 51.48% from 305); Max value from RGB is 157 - color contains mainly: blue. Hex color #52429D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52429D is #ADBD62. Grayscale: #505050. Windows color (decimal): -11386211 or 10306130. OLE color: 10306130.

HSL color Cylindrical-coordinate representation of color #52429D: hue angle of 250.55º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52429D is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8266157-
CMYK0.480.5800.38
HSL250.55º40.81%43.73%-
HSV(B)250.55º57.96%61.57%-
XYZ11.518.1232.86-
YUV81.16170.8128.6-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.89%
GREEN value IS 66 (26.17% from 255) = 21.64%
BLUE value IS 157 (61.72% from 255) = 51.48%
R=26.89%
G=21.64%
B=51.48%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal82661570.480.5800.38250.5540.8143.73
Hex52429D303A026fb292c
Octal12210223560720463735154
Binary1010010100001010011101110000111010010011011111011101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52429D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52429D; }

 p { color: rgb(82,66,157); }

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

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

 a { background-color: rgb(82,66,157); }

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

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

 span { border-color: rgb(82,66,157); }

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