#52429a

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

Shades of Blue Gem #52429A

Tints of Blue Gem #52429A

Color information

#52429A (or 0x52429A) is unknown color: approx Blue Gem. HEX triplet: 52, 42 and 9A. RGB value is (82,66,154). Sum of RGB (Red+Green+Blue) = 82+66+154=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 154 (60.55% from 255 or 50.99% from 302); Max value from RGB is 154 - color contains mainly: blue. Hex color #52429A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52429A is #ADBD65. Grayscale: #505050. Windows color (decimal): -11386214 or 10109522. OLE color: 10109522.

HSL color Cylindrical-coordinate representation of color #52429A: hue angle of 250.91º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52429A is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8266154-
CMYK0.470.5700.40
HSL250.91º40%43.14%-
HSV(B)250.91º57.14%60.39%-
XYZ11.268.0231.53-
YUV80.82169.3128.84-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.15%
GREEN value IS 66 (26.17% from 255) = 21.85%
BLUE value IS 154 (60.55% from 255) = 50.99%
R=27.15%
G=21.85%
B=50.99%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal82661540.470.5700.40250.914043.14
Hex52429A2F39028fb282b
Octal12210223257710503735053
Binary1010010100001010011010101111111001010100011111011101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52429a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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