#57826F

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

Shades of Cutty Sark #57826F

Tints of Cutty Sark #57826F

Color information

#57826F (or 0x57826F) is unknown color: approx Cutty Sark. HEX triplet: 57, 82 and 6F. RGB value is (87,130,111). Sum of RGB (Red+Green+Blue) = 87+130+111=328 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.52% from 328); Green value is 130 (51.17% from 255 or 39.63% from 328); Blue value is 111 (43.75% from 255 or 33.84% from 328); Max value from RGB is 130 - color contains mainly: green. Hex color #57826F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57826F is #A87D90. Grayscale: #737373. Windows color (decimal): -11042193 or 7307863. OLE color: 7307863.

HSL color Cylindrical-coordinate representation of color #57826F: hue angle of 153.49º 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 #57826F is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB87130111-
CMYK0.3300.150.49
HSL153.49º19.82%42.55%-
HSV(B)153.49º33.08%50.98%-
XYZ14.7819.1417.95-
YUV114.98125.75108.04-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.52%
GREEN value IS 130 (51.17% from 255) = 39.63%
BLUE value IS 111 (43.75% from 255) = 33.84%
R=26.52%
G=39.63%
B=33.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal871301110.3300.150.49153.4919.8242.55
Hex57826F210F3199142b
Octal12720215741017612312453
Binary1010111100000101101111100001011111100011001100110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57826F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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