#568376

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

Shades of Cutty Sark #568376

Tints of Cutty Sark #568376

Color information

#568376 (or 0x568376) is unknown color: approx Cutty Sark. HEX triplet: 56, 83 and 76. RGB value is (86,131,118). Sum of RGB (Red+Green+Blue) = 86+131+118=335 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.67% from 335); Green value is 131 (51.56% from 255 or 39.10% from 335); Blue value is 118 (46.48% from 255 or 35.22% from 335); Max value from RGB is 131 - color contains mainly: green. Hex color #568376 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568376 is #A97C89. Grayscale: #747474. Windows color (decimal): -11107466 or 7766870. OLE color: 7766870.

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

Color convert

RGB86131118-
CMYK0.3400.100.49
HSL162.67º20.74%42.55%-
HSV(B)162.67º34.35%51.37%-
XYZ15.2219.5220.1-
YUV116.06129.09106.56-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.67%
GREEN value IS 131 (51.56% from 255) = 39.10%
BLUE value IS 118 (46.48% from 255) = 35.22%
R=25.67%
G=39.10%
B=35.22%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal861311180.3400.100.49162.6720.7442.55
Hex568376220A31a3152b
Octal12620316642012612432553
Binary1010110100000111110110100010010101100011010001110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568376; }

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

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

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

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

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

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

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

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