#57826C

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

Shades of Cutty Sark #57826C

Tints of Cutty Sark #57826C

Color information

#57826C (or 0x57826C) is unknown color: approx Cutty Sark. HEX triplet: 57, 82 and 6C. RGB value is (87,130,108). Sum of RGB (Red+Green+Blue) = 87+130+108=325 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.77% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 130 - color contains mainly: green. Hex color #57826C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57826C is #A87D93. Grayscale: #727272. Windows color (decimal): -11042196 or 7111255. OLE color: 7111255.

HSL color Cylindrical-coordinate representation of color #57826C: hue angle of 149.3º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #57826C is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB87130108-
CMYK0.3300.170.49
HSL149.3º19.82%42.55%-
HSV(B)149.3º33.08%50.98%-
XYZ14.6219.0717.1-
YUV114.64124.25108.29-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.77%
GREEN value IS 130 (51.17% from 255) = 40%
BLUE value IS 108 (42.58% from 255) = 33.23%
R=26.77%
G=40%
B=33.23%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal871301080.3300.170.49149.319.8242.55
Hex57826C210113195142b
Octal12720215441021612252453
Binary10101111000001011011001000010100011100011001010110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57826C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57826C; }

 p { color: rgb(87,130,108); }

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

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

 a { background-color: rgb(87,130,108); }

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

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

 span { border-color: rgb(87,130,108); }

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