#558B96

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

Shades of Half Baked #558B96

Tints of Half Baked #558B96

Color information

#558B96 (or 0x558B96) is unknown color: approx Half Baked. HEX triplet: 55, 8B and 96. RGB value is (85,139,150). Sum of RGB (Red+Green+Blue) = 85+139+150=374 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.73% from 374); Green value is 139 (54.69% from 255 or 37.17% from 374); Blue value is 150 (58.98% from 255 or 40.11% from 374); Max value from RGB is 150 - color contains mainly: blue. Hex color #558B96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558B96 is #AA7469. Grayscale: #7C7C7C. Windows color (decimal): -11170922 or 9866069. OLE color: 9866069.

HSL color Cylindrical-coordinate representation of color #558B96: hue angle of 190.15º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #558B96 is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB85139150-
CMYK0.430.0700.41
HSL190.15º27.66%46.08%-
HSV(B)190.15º43.33%58.82%-
XYZ18.4822.632.24-
YUV124.11142.61100.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.73%
GREEN value IS 139 (54.69% from 255) = 37.17%
BLUE value IS 150 (58.98% from 255) = 40.11%
R=22.73%
G=37.17%
B=40.11%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal851391500.430.0700.41190.1527.6646.08
Hex558B962B7029be1c2e
Octal1252132265370512763456
Binary1010101100010111001011010101111101010011011111011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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