#568073

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

Shades of Cutty Sark #568073

Tints of Cutty Sark #568073

Color information

#568073 (or 0x568073) is unknown color: approx Cutty Sark. HEX triplet: 56, 80 and 73. RGB value is (86,128,115). Sum of RGB (Red+Green+Blue) = 86+128+115=329 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.14% from 329); Green value is 128 (50.39% from 255 or 38.91% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 128 - color contains mainly: green. Hex color #568073 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568073 is #A97F8C. Grayscale: #717171. Windows color (decimal): -11108237 or 7569494. OLE color: 7569494.

HSL color Cylindrical-coordinate representation of color #568073: hue angle of 161.43º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #568073 is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.50.

Color convert

RGB86128115-
CMYK0.3300.100.50
HSL161.43º19.63%41.96%-
HSV(B)161.43º32.81%50.2%-
XYZ14.6518.6519.05-
YUV113.96128.59108.06-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.14%
GREEN value IS 128 (50.39% from 255) = 38.91%
BLUE value IS 115 (45.31% from 255) = 34.95%
R=26.14%
G=38.91%
B=34.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal861281150.3300.100.50161.4319.6341.96
Hex568073210A32a1142a
Octal12620016341012622412452
Binary1010110100000001110011100001010101100101010000110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568073; }

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

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

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

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

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

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

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

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