#558886

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

Shades of Half Baked #558886

Tints of Half Baked #558886

Color information

#558886 (or 0x558886) is unknown color: approx Half Baked. HEX triplet: 55, 88 and 86. RGB value is (85,136,134). Sum of RGB (Red+Green+Blue) = 85+136+134=355 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.94% from 355); Green value is 136 (53.52% from 255 or 38.31% from 355); Blue value is 134 (52.73% from 255 or 37.75% from 355); Max value from RGB is 136 - color contains mainly: green. Hex color #558886 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558886 is #AA7779. Grayscale: #787878. Windows color (decimal): -11171706 or 8816725. OLE color: 8816725.

HSL color Cylindrical-coordinate representation of color #558886: hue angle of 177.65º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #558886 is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB85136134-
CMYK0.3800.010.47
HSL177.65º23.08%43.33%-
HSV(B)177.65º37.5%53.33%-
XYZ16.8521.2625.77-
YUV120.52135.6102.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.94%
GREEN value IS 136 (53.52% from 255) = 38.31%
BLUE value IS 134 (52.73% from 255) = 37.75%
R=23.94%
G=38.31%
B=37.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal851361340.3800.010.47177.6523.0843.33
Hex55888626012Fb2172b
Octal1252102064601572622753
Binary10101011000100010000110100110011011111011001010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558886; }

 p { color: rgb(85,136,134); }

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

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

 a { background-color: rgb(85,136,134); }

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

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

 span { border-color: rgb(85,136,134); }

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