Html Css Color HEX #52429D Blue Gem

📋 copy color: '#52429D'

red 82 ◦ green 66 ◦ blue 157

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

Shades of Blue Gem #52429D

Tints of Blue Gem #52429D

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 value IS 0.48

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#52429D (or 0x52429D) is known color: 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

RGB 82 66 157 -
CMYK 0.48 0.58 0 0.38
HSL 250.55º 0.41% 0.44% -
HSV(B) 250.55º 0.58% 0.62% -
XYZ 11.51 8.12 32.86 -
YUV 81.16 170.8 128.6 -
System Red Green Blue C M Y K H S L
Decimal 82 66 157 0.48 0.58 0 0.38 250.55 0.41 0.44
Hex 52 42 9D 30 3A 0 26 FB 29 2C
Octal 122 102 235 60 72 0 46 373 51 54
Binary 1010010 1000010 10011101 110000 111010 0 100110 11111011 101001 101100

Color Harmonies of #52429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52429D

Black with #52429D

Text Example


Text Example

White with #52429D

Text Example


Text Example

HTML Codes & Css Web 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>