#55989A

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

Shades of Half Baked #55989A

Tints of Half Baked #55989A

Color information

#55989A (or 0x55989A) is unknown color: approx Half Baked. HEX triplet: 55, 98 and 9A. RGB value is (85,152,154). Sum of RGB (Red+Green+Blue) = 85+152+154=391 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.74% from 391); Green value is 152 (59.77% from 255 or 38.87% from 391); Blue value is 154 (60.55% from 255 or 39.39% from 391); Max value from RGB is 154 - color contains mainly: blue. Hex color #55989A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55989A is #AA6765. Grayscale: #848484. Windows color (decimal): -11167590 or 10131541. OLE color: 10131541.

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

Color convert

RGB85152154-
CMYK0.450.0100.40
HSL181.74º28.87%46.86%-
HSV(B)181.74º44.81%60.39%-
XYZ20.8126.7234.63-
YUV132.2140.394.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.74%
GREEN value IS 152 (59.77% from 255) = 38.87%
BLUE value IS 154 (60.55% from 255) = 39.39%
R=21.74%
G=38.87%
B=39.39%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal851521540.450.0100.40181.7428.8746.86
Hex55989A2D1028b61d2f
Octal1252302325510502663557
Binary10101011001100010011010101101101010001011011011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55989A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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