#559276

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

Shades of Cutty Sark #559276

Tints of Cutty Sark #559276

Color information

#559276 (or 0x559276) is unknown color: approx Cutty Sark. HEX triplet: 55, 92 and 76. RGB value is (85,146,118). Sum of RGB (Red+Green+Blue) = 85+146+118=349 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.36% from 349); Green value is 146 (57.42% from 255 or 41.83% from 349); Blue value is 118 (46.48% from 255 or 33.81% from 349); Max value from RGB is 146 - color contains mainly: green. Hex color #559276 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559276 is #AA6D89. Grayscale: #7C7C7C. Windows color (decimal): -11169162 or 7770709. OLE color: 7770709.

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

Color convert

RGB85146118-
CMYK0.4200.190.43
HSL152.46º26.41%45.29%-
HSV(B)152.46º41.78%57.25%-
XYZ17.323.820.82-
YUV124.57124.2999.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.36%
GREEN value IS 146 (57.42% from 255) = 41.83%
BLUE value IS 118 (46.48% from 255) = 33.81%
R=24.36%
G=41.83%
B=33.81%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal851461180.4200.190.43152.4626.4145.29
Hex5592762A0132B981a2d
Octal12522216652023532303255
Binary10101011001001011101101010100100111010111001100011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559276; }

 p { color: rgb(85,146,118); }

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

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

 a { background-color: rgb(85,146,118); }

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

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

 span { border-color: rgb(85,146,118); }

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