#52919C

Color #52919C Half Baked (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Baked #52919C

Tints of Half Baked #52919C

Color information

#52919C (or 0x52919C) is unknown color: approx Half Baked. HEX triplet: 52, 91 and 9C. RGB value is (82,145,156). Sum of RGB (Red+Green+Blue) = 82+145+156=383 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.41% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 156 - color contains mainly: blue. Hex color #52919C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52919C is #AD6E63. Grayscale: #7F7F7F. Windows color (decimal): -11365988 or 10260818. OLE color: 10260818.

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

Color convert

RGB82145156-
CMYK0.470.0700.39
HSL188.92º31.09%46.67%-
HSV(B)188.92º47.44%61.18%-
XYZ19.6124.4435.14-
YUV127.42144.1395.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.41%
GREEN value IS 145 (57.03% from 255) = 37.86%
BLUE value IS 156 (61.33% from 255) = 40.73%
R=21.41%
G=37.86%
B=40.73%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal821451560.470.0700.39188.9231.0946.67
Hex52919C2F7027bd1f2f
Octal1222212345770472753757
Binary1010010100100011001110010111111101001111011110111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52919C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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