#52989A

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

Shades of Half Baked #52989A

Tints of Half Baked #52989A

Color information

#52989A (or 0x52989A) is unknown color: approx Half Baked. HEX triplet: 52, 98 and 9A. RGB value is (82,152,154). Sum of RGB (Red+Green+Blue) = 82+152+154=388 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.13% from 388); Green value is 152 (59.77% from 255 or 39.18% from 388); Blue value is 154 (60.55% from 255 or 39.69% from 388); Max value from RGB is 154 - color contains mainly: blue. Hex color #52989A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52989A is #AD6765. Grayscale: #838383. Windows color (decimal): -11364198 or 10131538. OLE color: 10131538.

HSL color Cylindrical-coordinate representation of color #52989A: hue angle of 181.67º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #52989A is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB82152154-
CMYK0.470.0100.40
HSL181.67º30.51%46.27%-
HSV(B)181.67º46.75%60.39%-
XYZ20.5426.5834.62-
YUV131.3140.8192.84-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.13%
GREEN value IS 152 (59.77% from 255) = 39.18%
BLUE value IS 154 (60.55% from 255) = 39.69%
R=21.13%
G=39.18%
B=39.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal821521540.470.0100.40181.6730.5146.27
Hex52989A2F1028b61f2e
Octal1222302325710502663756
Binary10100101001100010011010101111101010001011011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52989A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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