#568371

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

Shades of Cutty Sark #568371

Tints of Cutty Sark #568371

Color information

#568371 (or 0x568371) is unknown color: approx Cutty Sark. HEX triplet: 56, 83 and 71. RGB value is (86,131,113). Sum of RGB (Red+Green+Blue) = 86+131+113=330 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.06% from 330); Green value is 131 (51.56% from 255 or 39.70% from 330); Blue value is 113 (44.53% from 255 or 34.24% from 330); Max value from RGB is 131 - color contains mainly: green. Hex color #568371 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568371 is #A97C8E. Grayscale: #737373. Windows color (decimal): -11107471 or 7439190. OLE color: 7439190.

HSL color Cylindrical-coordinate representation of color #568371: hue angle of 156º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #568371 is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB86131113-
CMYK0.3400.140.49
HSL156º20.74%42.55%-
HSV(B)156º34.35%51.37%-
XYZ14.9319.418.58-
YUV115.49126.59106.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.06%
GREEN value IS 131 (51.56% from 255) = 39.70%
BLUE value IS 113 (44.53% from 255) = 34.24%
R=26.06%
G=39.70%
B=34.24%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal861311130.3400.140.4915620.7442.55
Hex568371220E319c152b
Octal12620316142016612342553
Binary1010110100000111110001100010011101100011001110010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568371; }

 p { color: rgb(86,131,113); }

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

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

 a { background-color: rgb(86,131,113); }

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

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

 span { border-color: rgb(86,131,113); }

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