#57866B

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

Shades of Cutty Sark #57866B

Tints of Cutty Sark #57866B

Color information

#57866B (or 0x57866B) is unknown color: approx Cutty Sark. HEX triplet: 57, 86 and 6B. RGB value is (87,134,107). Sum of RGB (Red+Green+Blue) = 87+134+107=328 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.52% from 328); Green value is 134 (52.73% from 255 or 40.85% from 328); Blue value is 107 (42.19% from 255 or 32.62% from 328); Max value from RGB is 134 - color contains mainly: green. Hex color #57866B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57866B is #A87994. Grayscale: #747474. Windows color (decimal): -11041173 or 7046743. OLE color: 7046743.

HSL color Cylindrical-coordinate representation of color #57866B: hue angle of 145.53º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #57866B is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB87134107-
CMYK0.3500.200.47
HSL145.53º21.27%43.33%-
HSV(B)145.53º35.07%52.55%-
XYZ15.1120.1417-
YUV116.87122.43106.7-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.52%
GREEN value IS 134 (52.73% from 255) = 40.85%
BLUE value IS 107 (42.19% from 255) = 32.62%
R=26.52%
G=40.85%
B=32.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal871341070.3500.200.47145.5321.2743.33
Hex57866B230142F92152b
Octal12720615343024572222553
Binary10101111000011011010111000110101001011111001001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57866B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57866B; }

 p { color: rgb(87,134,107); }

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

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

 a { background-color: rgb(87,134,107); }

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

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

 span { border-color: rgb(87,134,107); }

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