#568975

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

Shades of Cutty Sark #568975

Tints of Cutty Sark #568975

Color information

#568975 (or 0x568975) is unknown color: approx Cutty Sark. HEX triplet: 56, 89 and 75. RGB value is (86,137,117). Sum of RGB (Red+Green+Blue) = 86+137+117=340 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.29% from 340); Green value is 137 (53.91% from 255 or 40.29% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 137 - color contains mainly: green. Hex color #568975 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568975 is #A9768A. Grayscale: #777777. Windows color (decimal): -11105931 or 7702870. OLE color: 7702870.

HSL color Cylindrical-coordinate representation of color #568975: hue angle of 156.47º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #568975 is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB86137117-
CMYK0.3700.150.46
HSL156.47º22.87%43.73%-
HSV(B)156.47º37.23%53.73%-
XYZ15.9921.1520.07-
YUV119.47126.6104.13-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.29%
GREEN value IS 137 (53.91% from 255) = 40.29%
BLUE value IS 117 (46.09% from 255) = 34.41%
R=25.29%
G=40.29%
B=34.41%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal861371170.3700.150.46156.4722.8743.73
Hex568975250F2E9c172c
Octal12621116545017562342754
Binary1010110100010011110101100101011111011101001110010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568975; }

 p { color: rgb(86,137,117); }

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

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

 a { background-color: rgb(86,137,117); }

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

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

 span { border-color: rgb(86,137,117); }

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