#558E6B

Color #558E6B Cutty Sark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cutty Sark #558E6B

Tints of Cutty Sark #558E6B

Color information

#558E6B (or 0x558E6B) is unknown color: approx Cutty Sark. HEX triplet: 55, 8E and 6B. RGB value is (85,142,107). Sum of RGB (Red+Green+Blue) = 85+142+107=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 142 (55.86% from 255 or 42.51% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 142 - color contains mainly: green. Hex color #558E6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558E6B is #AA7194. Grayscale: #797979. Windows color (decimal): -11170197 or 7048789. OLE color: 7048789.

HSL color Cylindrical-coordinate representation of color #558E6B: hue angle of 143.16º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #558E6B is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB85142107-
CMYK0.4000.250.44
HSL143.16º25.11%44.51%-
HSV(B)143.16º40.14%55.69%-
XYZ16.0722.3417.37-
YUV120.97120.12102.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.45%
GREEN value IS 142 (55.86% from 255) = 42.51%
BLUE value IS 107 (42.19% from 255) = 32.04%
R=25.45%
G=42.51%
B=32.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal851421070.4000.250.44143.1625.1144.51
Hex558E6B280192C8f192d
Octal12521615350031542173155
Binary10101011000111011010111010000110011011001000111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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