#57916E

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

Shades of Cutty Sark #57916E

Tints of Cutty Sark #57916E

Color information

#57916E (or 0x57916E) is unknown color: approx Cutty Sark. HEX triplet: 57, 91 and 6E. RGB value is (87,145,110). Sum of RGB (Red+Green+Blue) = 87+145+110=342 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.44% from 342); Green value is 145 (57.03% from 255 or 42.40% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 145 - color contains mainly: green. Hex color #57916E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57916E is #A86E91. Grayscale: #7B7B7B. Windows color (decimal): -11038354 or 7246167. OLE color: 7246167.

HSL color Cylindrical-coordinate representation of color #57916E: hue angle of 143.79º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #57916E is Cyan = 0.4, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB87145110-
CMYK0.400.240.43
HSL143.79º25%45.49%-
HSV(B)143.79º40%56.86%-
XYZ16.8723.418.38-
YUV123.67120.28101.85-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.44%
GREEN value IS 145 (57.03% from 255) = 42.40%
BLUE value IS 110 (43.36% from 255) = 32.16%
R=25.44%
G=42.40%
B=32.16%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal871451100.400.240.43143.792545.49
Hex57916E280182B90192d
Octal12722115650030532203155
Binary10101111001000111011101010000110001010111001000011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57916E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57916E; }

 p { color: rgb(87,145,110); }

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

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

 a { background-color: rgb(87,145,110); }

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

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

 span { border-color: rgb(87,145,110); }

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