#57826D

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

Shades of Cutty Sark #57826D

Tints of Cutty Sark #57826D

Color information

#57826D (or 0x57826D) is unknown color: approx Cutty Sark. HEX triplet: 57, 82 and 6D. RGB value is (87,130,109). Sum of RGB (Red+Green+Blue) = 87+130+109=326 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.69% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 109 (42.97% from 255 or 33.44% from 326); Max value from RGB is 130 - color contains mainly: green. Hex color #57826D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57826D is #A87D92. Grayscale: #727272. Windows color (decimal): -11042195 or 7176791. OLE color: 7176791.

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

Color convert

RGB87130109-
CMYK0.3300.160.49
HSL150.7º19.82%42.55%-
HSV(B)150.7º33.08%50.98%-
XYZ14.6719.117.38-
YUV114.75124.75108.21-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.69%
GREEN value IS 130 (51.17% from 255) = 39.88%
BLUE value IS 109 (42.97% from 255) = 33.44%
R=26.69%
G=39.88%
B=33.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal871301090.3300.160.49150.719.8242.55
Hex57826D210103197142b
Octal12720215541020612272453
Binary10101111000001011011011000010100001100011001011110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57826D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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