#558690

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

Shades of Half Baked #558690

Tints of Half Baked #558690

Color information

#558690 (or 0x558690) is unknown color: approx Half Baked. HEX triplet: 55, 86 and 90. RGB value is (85,134,144). Sum of RGB (Red+Green+Blue) = 85+134+144=363 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.42% from 363); Green value is 134 (52.73% from 255 or 36.91% from 363); Blue value is 144 (56.64% from 255 or 39.67% from 363); Max value from RGB is 144 - color contains mainly: blue. Hex color #558690 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558690 is #AA796F. Grayscale: #787878. Windows color (decimal): -11172208 or 9471573. OLE color: 9471573.

HSL color Cylindrical-coordinate representation of color #558690: hue angle of 190.17º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #558690 is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB85134144-
CMYK0.410.0700.44
HSL190.17º25.76%44.9%-
HSV(B)190.17º40.97%56.47%-
XYZ17.312129.53-
YUV120.49141.27102.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.42%
GREEN value IS 134 (52.73% from 255) = 36.91%
BLUE value IS 144 (56.64% from 255) = 39.67%
R=23.42%
G=36.91%
B=39.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal851341440.410.0700.44190.1725.7644.9
Hex55869029702Cbe1a2d
Octal1252062205170542763255
Binary1010101100001101001000010100111101011001011111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558690; }

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

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

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

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

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

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

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

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