#52989E

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

Shades of Half Baked #52989E

Tints of Half Baked #52989E

Color information

#52989E (or 0x52989E) is unknown color: approx Half Baked. HEX triplet: 52, 98 and 9E. RGB value is (82,152,158). Sum of RGB (Red+Green+Blue) = 82+152+158=392 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.92% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 158 (62.11% from 255 or 40.31% from 392); Max value from RGB is 158 - color contains mainly: blue. Hex color #52989E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52989E is #AD6761. Grayscale: #838383. Windows color (decimal): -11364194 or 10393682. OLE color: 10393682.

HSL color Cylindrical-coordinate representation of color #52989E: hue angle of 184.74º degrees, saturation: 0.32, 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 #52989E is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB82152158-
CMYK0.480.0400.38
HSL184.74º31.67%47.06%-
HSV(B)184.74º48.1%61.96%-
XYZ20.8826.7236.4-
YUV131.75142.8192.51-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.92%
GREEN value IS 152 (59.77% from 255) = 38.78%
BLUE value IS 158 (62.11% from 255) = 40.31%
R=20.92%
G=38.78%
B=40.31%

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
Decimal821521580.480.0400.38184.7431.6747.06
Hex52989E304026b9202f
Octal1222302366040462714057
Binary10100101001100010011110110000100010011010111001100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52989E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52989E; }

 p { color: rgb(82,152,158); }

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

<style>
 a { background-color: #52989E; }

 a { background-color: rgb(82,152,158); }

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

<style>
 span { border-color: #52989E; }

 span { border-color: rgb(82,152,158); }

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