#559374

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

Shades of Cutty Sark #559374

Tints of Cutty Sark #559374

Color information

#559374 (or 0x559374) is unknown color: approx Cutty Sark. HEX triplet: 55, 93 and 74. RGB value is (85,147,116). Sum of RGB (Red+Green+Blue) = 85+147+116=348 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.43% from 348); Green value is 147 (57.81% from 255 or 42.24% from 348); Blue value is 116 (45.70% from 255 or 33.33% from 348); Max value from RGB is 147 - color contains mainly: green. Hex color #559374 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559374 is #AA6C8B. Grayscale: #7C7C7C. Windows color (decimal): -11168908 or 7639893. OLE color: 7639893.

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

Color convert

RGB85147116-
CMYK0.4200.210.42
HSL150º26.72%45.49%-
HSV(B)150º42.18%57.65%-
XYZ17.3324.0620.25-
YUV124.93122.9699.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.43%
GREEN value IS 147 (57.81% from 255) = 42.24%
BLUE value IS 116 (45.70% from 255) = 33.33%
R=24.43%
G=42.24%
B=33.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851471160.4200.210.4215026.7245.49
Hex5593742A0152A961b2d
Octal12522316452025522263355
Binary10101011001001111101001010100101011010101001011011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559374; }

 p { color: rgb(85,147,116); }

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

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

 a { background-color: rgb(85,147,116); }

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

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

 span { border-color: rgb(85,147,116); }

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