#568373

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

Shades of Cutty Sark #568373

Tints of Cutty Sark #568373

Color information

#568373 (or 0x568373) is unknown color: approx Cutty Sark. HEX triplet: 56, 83 and 73. RGB value is (86,131,115). Sum of RGB (Red+Green+Blue) = 86+131+115=332 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.90% from 332); Green value is 131 (51.56% from 255 or 39.46% from 332); Blue value is 115 (45.31% from 255 or 34.64% from 332); Max value from RGB is 131 - color contains mainly: green. Hex color #568373 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568373 is #A97C8C. Grayscale: #737373. Windows color (decimal): -11107469 or 7570262. OLE color: 7570262.

HSL color Cylindrical-coordinate representation of color #568373: hue angle of 158.67º 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 #568373 is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB86131115-
CMYK0.3400.120.49
HSL158.67º20.74%42.55%-
HSV(B)158.67º34.35%51.37%-
XYZ15.0519.4519.18-
YUV115.72127.59106.8-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.90%
GREEN value IS 131 (51.56% from 255) = 39.46%
BLUE value IS 115 (45.31% from 255) = 34.64%
R=25.90%
G=39.46%
B=34.64%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal861311150.3400.120.49158.6720.7442.55
Hex568373220C319f152b
Octal12620316342014612372553
Binary1010110100000111110011100010011001100011001111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568373; }

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

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

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

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

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

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

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

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