#57916D

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

Shades of Cutty Sark #57916D

Tints of Cutty Sark #57916D

Color information

#57916D (or 0x57916D) is unknown color: approx Cutty Sark. HEX triplet: 57, 91 and 6D. RGB value is (87,145,109). Sum of RGB (Red+Green+Blue) = 87+145+109=341 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.51% from 341); Green value is 145 (57.03% from 255 or 42.52% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 145 - color contains mainly: green. Hex color #57916D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57916D is #A86E92. Grayscale: #7B7B7B. Windows color (decimal): -11038355 or 7180631. OLE color: 7180631.

HSL color Cylindrical-coordinate representation of color #57916D: hue angle of 142.76º 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 #57916D is Cyan = 0.4, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB87145109-
CMYK0.400.250.43
HSL142.76º25%45.49%-
HSV(B)142.76º40%56.86%-
XYZ16.8223.3818.09-
YUV123.55119.78101.93-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.51%
GREEN value IS 145 (57.03% from 255) = 42.52%
BLUE value IS 109 (42.97% from 255) = 31.96%
R=25.51%
G=42.52%
B=31.96%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal871451090.400.250.43142.762545.49
Hex57916D280192B8f192d
Octal12722115550031532173155
Binary10101111001000111011011010000110011010111000111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57916D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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