#558C6F

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

Shades of Cutty Sark #558C6F

Tints of Cutty Sark #558C6F

Color information

#558C6F (or 0x558C6F) is unknown color: approx Cutty Sark. HEX triplet: 55, 8C and 6F. RGB value is (85,140,111). Sum of RGB (Red+Green+Blue) = 85+140+111=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 140 (55.08% from 255 or 41.67% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 140 - color contains mainly: green. Hex color #558C6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558C6F is #AA7390. Grayscale: #787878. Windows color (decimal): -11170705 or 7310421. OLE color: 7310421.

HSL color Cylindrical-coordinate representation of color #558C6F: hue angle of 148.36º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #558C6F is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB85140111-
CMYK0.3900.210.45
HSL148.36º24.44%44.12%-
HSV(B)148.36º39.29%54.9%-
XYZ15.9921.8418.41-
YUV120.25122.78102.86-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.30%
GREEN value IS 140 (55.08% from 255) = 41.67%
BLUE value IS 111 (43.75% from 255) = 33.04%
R=25.30%
G=41.67%
B=33.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal851401110.3900.210.45148.3624.4444.12
Hex558C6F270152D94182c
Octal12521415747025552243054
Binary10101011000110011011111001110101011011011001010011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,140,111); }

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

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

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

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

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

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

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