#559175

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

Shades of Cutty Sark #559175

Tints of Cutty Sark #559175

Color information

#559175 (or 0x559175) is unknown color: approx Cutty Sark. HEX triplet: 55, 91 and 75. RGB value is (85,145,117). Sum of RGB (Red+Green+Blue) = 85+145+117=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 145 (57.03% from 255 or 41.79% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 145 - color contains mainly: green. Hex color #559175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559175 is #AA6E8A. Grayscale: #7B7B7B. Windows color (decimal): -11169419 or 7704917. OLE color: 7704917.

HSL color Cylindrical-coordinate representation of color #559175: hue angle of 152º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #559175 is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB85145117-
CMYK0.4100.190.43
HSL152º26.09%45.1%-
HSV(B)152º41.38%56.86%-
XYZ17.0823.4720.46-
YUV123.87124.12100.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.50%
GREEN value IS 145 (57.03% from 255) = 41.79%
BLUE value IS 117 (46.09% from 255) = 33.72%
R=24.50%
G=41.79%
B=33.72%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal851451170.4100.190.4315226.0945.1
Hex559175290132B981a2d
Octal12522116551023532303255
Binary10101011001000111101011010010100111010111001100011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559175; }

 p { color: rgb(85,145,117); }

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

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

 a { background-color: rgb(85,145,117); }

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

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

 span { border-color: rgb(85,145,117); }

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