#558F73

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

Shades of Cutty Sark #558F73

Tints of Cutty Sark #558F73

Color information

#558F73 (or 0x558F73) is unknown color: approx Cutty Sark. HEX triplet: 55, 8F and 73. RGB value is (85,143,115). Sum of RGB (Red+Green+Blue) = 85+143+115=343 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.78% from 343); Green value is 143 (56.25% from 255 or 41.69% from 343); Blue value is 115 (45.31% from 255 or 33.53% from 343); Max value from RGB is 143 - color contains mainly: green. Hex color #558F73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558F73 is #AA708C. Grayscale: #7A7A7A. Windows color (decimal): -11169933 or 7573333. OLE color: 7573333.

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

Color convert

RGB85143115-
CMYK0.4100.200.44
HSL151.03º25.44%44.71%-
HSV(B)151.03º40.56%56.08%-
XYZ16.6622.8119.74-
YUV122.47123.78101.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.78%
GREEN value IS 143 (56.25% from 255) = 41.69%
BLUE value IS 115 (45.31% from 255) = 33.53%
R=24.78%
G=41.69%
B=33.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal851431150.4100.200.44151.0325.4444.71
Hex558F73290142C97192d
Octal12521716351024542273155
Binary10101011000111111100111010010101001011001001011111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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