#55989B

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

Shades of Half Baked #55989B

Tints of Half Baked #55989B

Color information

#55989B (or 0x55989B) is unknown color: approx Half Baked. HEX triplet: 55, 98 and 9B. RGB value is (85,152,155). Sum of RGB (Red+Green+Blue) = 85+152+155=392 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.68% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 155 - color contains mainly: blue. Hex color #55989B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55989B is #AA6764. Grayscale: #848484. Windows color (decimal): -11167589 or 10197077. OLE color: 10197077.

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

Color convert

RGB85152155-
CMYK0.450.0200.39
HSL182.57º29.17%47.06%-
HSV(B)182.57º45.16%60.78%-
XYZ20.8926.7535.07-
YUV132.31140.894.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.68%
GREEN value IS 152 (59.77% from 255) = 38.78%
BLUE value IS 155 (60.94% from 255) = 39.54%
R=21.68%
G=38.78%
B=39.54%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal851521550.450.0200.39182.5729.1747.06
Hex55989B2D2027b71d2f
Octal1252302335520472673557
Binary101010110011000100110111011011001001111011011111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55989B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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