Html Css Color HEX #52449C Blue Gem

📋 copy color: '#52449C'

red 82 ◦ green 68 ◦ blue 156

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

Shades of Blue Gem #52449C

Tints of Blue Gem #52449C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.22%

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

R = 26.8%
G = 22.22%
B = 50.98%

CMYK

 C value IS 0.47

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#52449C (or 0x52449C) is known color: Blue Gem. HEX triplet: 52, 44 and 9C. RGB value is (82,68,156). Sum of RGB (Red+Green+Blue) = 82+68+156=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 68 (26.95% from 255 or 22.22% from 306); Blue value is 156 (61.33% from 255 or 50.98% from 306); Max value from RGB is 156 - color contains mainly: blue. Hex color #52449C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52449C is #ADBB63. Grayscale: #515151. Windows color (decimal): -11385700 or 10241106. OLE color: 10241106.

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

Color convert

RGB 82 68 156 -
CMYK 0.47 0.56 0 0.39
HSL 249.55º 0.39% 0.44% -
HSV(B) 249.55º 0.56% 0.61% -
XYZ 11.55 8.33 32.45 -
YUV 82.22 169.64 127.84 -
System Red Green Blue C M Y K H S L
Decimal 82 68 156 0.47 0.56 0 0.39 249.55 0.39 0.44
Hex 52 44 9C 2F 38 0 27 FA 27 2C
Octal 122 104 234 57 70 0 47 372 47 54
Binary 1010010 1000100 10011100 101111 111000 0 100111 11111010 100111 101100

Color Harmonies of #52449C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52449C

Black with #52449C

Text Example


Text Example

White with #52449C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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