#568870

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

Shades of Cutty Sark #568870

Tints of Cutty Sark #568870

Color information

#568870 (or 0x568870) is unknown color: approx Cutty Sark. HEX triplet: 56, 88 and 70. RGB value is (86,136,112). Sum of RGB (Red+Green+Blue) = 86+136+112=334 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.75% from 334); Green value is 136 (53.52% from 255 or 40.72% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 136 - color contains mainly: green. Hex color #568870 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568870 is #A9778F. Grayscale: #767676. Windows color (decimal): -11106192 or 7374934. OLE color: 7374934.

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

Color convert

RGB86136112-
CMYK0.3700.180.47
HSL151.2º22.52%43.53%-
HSV(B)151.2º36.76%53.33%-
XYZ15.5720.7618.52-
YUV118.31124.44104.95-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.75%
GREEN value IS 136 (53.52% from 255) = 40.72%
BLUE value IS 112 (44.14% from 255) = 33.53%
R=25.75%
G=40.72%
B=33.53%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal861361120.3700.180.47151.222.5243.53
Hex568870250122F97172c
Octal12621016045022572272754
Binary10101101000100011100001001010100101011111001011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568870; }

 p { color: rgb(86,136,112); }

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

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

 a { background-color: rgb(86,136,112); }

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

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

 span { border-color: rgb(86,136,112); }

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