#558C6B

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

Shades of Cutty Sark #558C6B

Tints of Cutty Sark #558C6B

Color information

#558C6B (or 0x558C6B) is unknown color: approx Cutty Sark. HEX triplet: 55, 8C and 6B. RGB value is (85,140,107). Sum of RGB (Red+Green+Blue) = 85+140+107=332 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.60% from 332); Green value is 140 (55.08% from 255 or 42.17% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 140 - color contains mainly: green. Hex color #558C6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558C6B is #AA7394. Grayscale: #777777. Windows color (decimal): -11170709 or 7048277. OLE color: 7048277.

HSL color Cylindrical-coordinate representation of color #558C6B: hue angle of 144º 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 #558C6B is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB85140107-
CMYK0.3900.240.45
HSL144º24.44%44.12%-
HSV(B)144º39.29%54.9%-
XYZ15.7821.7517.28-
YUV119.79120.78103.18-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.60%
GREEN value IS 140 (55.08% from 255) = 42.17%
BLUE value IS 107 (42.19% from 255) = 32.23%
R=25.60%
G=42.17%
B=32.23%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal851401070.3900.240.4514424.4444.12
Hex558C6B270182D90182c
Octal12521415347030552203054
Binary10101011000110011010111001110110001011011001000011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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