#558f99

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

Shades of Half Baked #558F99

Tints of Half Baked #558F99

Color information

#558F99 (or 0x558F99) is unknown color: approx Half Baked. HEX triplet: 55, 8F and 99. RGB value is (85,143,153). Sum of RGB (Red+Green+Blue) = 85+143+153=381 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.31% from 381); Green value is 143 (56.25% from 255 or 37.53% from 381); Blue value is 153 (60.16% from 255 or 40.16% from 381); Max value from RGB is 153 - color contains mainly: blue. Hex color #558F99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558F99 is #AA7066. Grayscale: #7E7E7E. Windows color (decimal): -11169895 or 10063701. OLE color: 10063701.

HSL color Cylindrical-coordinate representation of color #558F99: hue angle of 188.82º 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 #558F99 is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB85143153-
CMYK0.440.0700.4
HSL188.82º28.57%46.67%-
HSV(B)188.82º44.44%60%-
XYZ19.3223.8833.73-
YUV126.8142.7898.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.31%
GREEN value IS 143 (56.25% from 255) = 37.53%
BLUE value IS 153 (60.16% from 255) = 40.16%
R=22.31%
G=37.53%
B=40.16%

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
Decimal851431530.440.0700.4188.8228.5746.67
Hex558F992C7028bd1d2f
Octal1252172315470502753557
Binary1010101100011111001100110110011101010001011110111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558f99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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