#559477

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

Shades of Cutty Sark #559477

Tints of Cutty Sark #559477

Color information

#559477 (or 0x559477) is unknown color: approx Cutty Sark. HEX triplet: 55, 94 and 77. RGB value is (85,148,119). Sum of RGB (Red+Green+Blue) = 85+148+119=352 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.15% from 352); Green value is 148 (58.20% from 255 or 42.05% from 352); Blue value is 119 (46.88% from 255 or 33.81% from 352); Max value from RGB is 148 - color contains mainly: green. Hex color #559477 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559477 is #AA6B88. Grayscale: #7D7D7D. Windows color (decimal): -11168649 or 7836757. OLE color: 7836757.

HSL color Cylindrical-coordinate representation of color #559477: hue angle of 152.38º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #559477 is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB85148119-
CMYK0.4300.200.42
HSL152.38º27.04%45.69%-
HSV(B)152.38º42.57%58.04%-
XYZ17.6724.4421.24-
YUV125.86124.1398.86-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.15%
GREEN value IS 148 (58.20% from 255) = 42.05%
BLUE value IS 119 (46.88% from 255) = 33.81%
R=24.15%
G=42.05%
B=33.81%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851481190.4300.200.42152.3827.0445.69
Hex5594772B0142A981b2e
Octal12522416753024522303356
Binary10101011001010011101111010110101001010101001100011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559477; }

 p { color: rgb(85,148,119); }

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

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

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

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

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

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

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