#558B8E

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

Shades of Half Baked #558B8E

Tints of Half Baked #558B8E

Color information

#558B8E (or 0x558B8E) is unknown color: approx Half Baked. HEX triplet: 55, 8B and 8E. RGB value is (85,139,142). Sum of RGB (Red+Green+Blue) = 85+139+142=366 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.22% from 366); Green value is 139 (54.69% from 255 or 37.98% from 366); Blue value is 142 (55.86% from 255 or 38.80% from 366); Max value from RGB is 142 - color contains mainly: blue. Hex color #558B8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558B8E is #AA7471. Grayscale: #7B7B7B. Windows color (decimal): -11170930 or 9341781. OLE color: 9341781.

HSL color Cylindrical-coordinate representation of color #558B8E: hue angle of 183.16º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #558B8E is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB85139142-
CMYK0.400.0200.44
HSL183.16º25.11%44.51%-
HSV(B)183.16º40.14%55.69%-
XYZ17.8622.3528.96-
YUV123.2138.61100.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.22%
GREEN value IS 139 (54.69% from 255) = 37.98%
BLUE value IS 142 (55.86% from 255) = 38.80%
R=23.22%
G=37.98%
B=38.80%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal851391420.400.0200.44183.1625.1144.51
Hex558B8E28202Cb7192d
Octal1252132165020542673155
Binary101010110001011100011101010001001011001011011111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558B8E; }

 p { color: rgb(85,139,142); }

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

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

 a { background-color: rgb(85,139,142); }

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

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

 span { border-color: rgb(85,139,142); }

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