#57856F

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

Shades of Cutty Sark #57856F

Tints of Cutty Sark #57856F

Color information

#57856F (or 0x57856F) is unknown color: approx Cutty Sark. HEX triplet: 57, 85 and 6F. RGB value is (87,133,111). Sum of RGB (Red+Green+Blue) = 87+133+111=331 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.28% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 133 - color contains mainly: green. Hex color #57856F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57856F is #A87A90. Grayscale: #747474. Windows color (decimal): -11041425 or 7308631. OLE color: 7308631.

HSL color Cylindrical-coordinate representation of color #57856F: hue angle of 151.3º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #57856F is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB87133111-
CMYK0.3500.170.48
HSL151.3º20.91%43.14%-
HSV(B)151.3º34.59%52.16%-
XYZ15.1919.9518.09-
YUV116.74124.76106.79-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.28%
GREEN value IS 133 (52.34% from 255) = 40.18%
BLUE value IS 111 (43.75% from 255) = 33.53%
R=26.28%
G=40.18%
B=33.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal871331110.3500.170.48151.320.9143.14
Hex57856F230113097152b
Octal12720515743021602272553
Binary10101111000010111011111000110100011100001001011110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57856F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57856F; }

 p { color: rgb(87,133,111); }

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

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

 a { background-color: rgb(87,133,111); }

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

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

 span { border-color: rgb(87,133,111); }

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