Html Css Color HEX #52429C Blue Gem

📋 copy color: '#52429C'

red 82 ◦ green 66 ◦ blue 156

#52429C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #52429C

Tints of Blue Gem #52429C

RGB

 RED value IS 82 (32.42% from 255) = 26.97%

 GREEN value IS 66 (26.17% from 255) = 21.71%

 BLUE value IS 156 (61.33% from 255) = 51.32%

R = 26.97%
G = 21.71%
B = 51.32%

CMYK

 C value IS 0.47

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#52429C (or 0x52429C) is known color: Blue Gem. HEX triplet: 52, 42 and 9C. RGB value is (82,66,156). Sum of RGB (Red+Green+Blue) = 82+66+156=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 156 (61.33% from 255 or 51.32% from 304); Max value from RGB is 156 - color contains mainly: blue. Hex color #52429C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52429C is #ADBD63. Grayscale: #505050. Windows color (decimal): -11386212 or 10240594. OLE color: 10240594.

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

Color convert

RGB 82 66 156 -
CMYK 0.47 0.58 0 0.39
HSL 250.67º 0.41% 0.44% -
HSV(B) 250.67º 0.58% 0.61% -
XYZ 11.43 8.09 32.41 -
YUV 81.04 170.3 128.68 -
System Red Green Blue C M Y K H S L
Decimal 82 66 156 0.47 0.58 0 0.39 250.67 0.41 0.44
Hex 52 42 9C 2F 3A 0 27 FB 29 2C
Octal 122 102 234 57 72 0 47 373 51 54
Binary 1010010 1000010 10011100 101111 111010 0 100111 11111011 101001 101100

Color Harmonies of #52429C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52429C

Black with #52429C

Text Example


Text Example

White with #52429C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #52429C;
 }
 .AnyTagClassName
 {
   color: #52429C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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