#558F8F

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

Shades of Half Baked #558F8F

Tints of Half Baked #558F8F

Color information

#558F8F (or 0x558F8F) is unknown color: approx Half Baked. HEX triplet: 55, 8F and 8F. RGB value is (85,143,143). Sum of RGB (Red+Green+Blue) = 85+143+143=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 143 (56.25% from 255 or 38.54% from 371); Blue value is 143 (56.25% from 255 or 38.54% from 371); Max value from RGB is 143 - color contains mainly: green, blue. Hex color #558F8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558F8F is #AA7070. Grayscale: #7D7D7D. Windows color (decimal): -11169905 or 9408341. OLE color: 9408341.

HSL color Cylindrical-coordinate representation of color #558F8F: hue angle of 180º degrees, saturation: 0.25, 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 #558F8F is Cyan = 0.41, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB85143143-
CMYK0.41000.44
HSL180º25.44%44.71%-
HSV(B)180º40.56%56.08%-
XYZ18.5323.5629.56-
YUV125.66137.7899-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.91%
GREEN value IS 143 (56.25% from 255) = 38.54%
BLUE value IS 143 (56.25% from 255) = 38.54%
R=22.91%
G=38.54%
B=38.54%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal851431430.41000.4418025.4444.71
Hex558F8F29002Cb4192d
Octal1252172175100542643155
Binary10101011000111110001111101001001011001011010011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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