#52979D

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

Shades of Half Baked #52979D

Tints of Half Baked #52979D

Color information

#52979D (or 0x52979D) is unknown color: approx Half Baked. HEX triplet: 52, 97 and 9D. RGB value is (82,151,157). Sum of RGB (Red+Green+Blue) = 82+151+157=390 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.03% from 390); Green value is 151 (59.38% from 255 or 38.72% from 390); Blue value is 157 (61.72% from 255 or 40.26% from 390); Max value from RGB is 157 - color contains mainly: blue. Hex color #52979D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52979D is #AD6862. Grayscale: #828282. Windows color (decimal): -11364451 or 10327890. OLE color: 10327890.

HSL color Cylindrical-coordinate representation of color #52979D: hue angle of 184.8º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #52979D is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB82151157-
CMYK0.480.0400.38
HSL184.8º31.38%46.86%-
HSV(B)184.8º47.77%61.57%-
XYZ20.6326.3635.9-
YUV131.05142.6493.01-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.03%
GREEN value IS 151 (59.38% from 255) = 38.72%
BLUE value IS 157 (61.72% from 255) = 40.26%
R=21.03%
G=38.72%
B=40.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal821511570.480.0400.38184.831.3846.86
Hex52979D304026b91f2f
Octal1222272356040462713757
Binary1010010100101111001110111000010001001101011100111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52979D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52979D; }

 p { color: rgb(82,151,157); }

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

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

 a { background-color: rgb(82,151,157); }

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

<style>
 span { border-color: #52979D; }

 span { border-color: rgb(82,151,157); }

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