#558E99

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

Shades of Half Baked #558E99

Tints of Half Baked #558E99

Color information

#558E99 (or 0x558E99) is unknown color: approx Half Baked. HEX triplet: 55, 8E and 99. RGB value is (85,142,153). Sum of RGB (Red+Green+Blue) = 85+142+153=380 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.37% from 380); Green value is 142 (55.86% from 255 or 37.37% from 380); Blue value is 153 (60.16% from 255 or 40.26% from 380); Max value from RGB is 153 - color contains mainly: blue. Hex color #558E99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558E99 is #AA7166. Grayscale: #7E7E7E. Windows color (decimal): -11170151 or 10063445. OLE color: 10063445.

HSL color Cylindrical-coordinate representation of color #558E99: hue angle of 189.71º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #558E99 is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB85142153-
CMYK0.440.0700.4
HSL189.71º28.57%46.67%-
HSV(B)189.71º44.44%60%-
XYZ19.1723.5833.68-
YUV126.21143.1298.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.37%
GREEN value IS 142 (55.86% from 255) = 37.37%
BLUE value IS 153 (60.16% from 255) = 40.26%
R=22.37%
G=37.37%
B=40.26%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal851421530.440.0700.4189.7128.5746.67
Hex558E992C7028be1d2f
Octal1252162315470502763557
Binary1010101100011101001100110110011101010001011111011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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