#568A71

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

Shades of Cutty Sark #568A71

Tints of Cutty Sark #568A71

Color information

#568A71 (or 0x568A71) is unknown color: approx Cutty Sark. HEX triplet: 56, 8A and 71. RGB value is (86,138,113). Sum of RGB (Red+Green+Blue) = 86+138+113=337 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.52% from 337); Green value is 138 (54.30% from 255 or 40.95% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 138 - color contains mainly: green. Hex color #568A71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568A71 is #A9758E. Grayscale: #777777. Windows color (decimal): -11105679 or 7440982. OLE color: 7440982.

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

Color convert

RGB86138113-
CMYK0.3800.180.46
HSL151.15º23.21%43.92%-
HSV(B)151.15º37.68%54.12%-
XYZ15.9121.3518.9-
YUV119.6124.27104.03-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.52%
GREEN value IS 138 (54.30% from 255) = 40.95%
BLUE value IS 113 (44.53% from 255) = 33.53%
R=25.52%
G=40.95%
B=33.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal861381130.3800.180.46151.1523.2143.92
Hex568A71260122E97172c
Octal12621216146022562272754
Binary10101101000101011100011001100100101011101001011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568A71; }

 p { color: rgb(86,138,113); }

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

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

 a { background-color: rgb(86,138,113); }

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

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

 span { border-color: rgb(86,138,113); }

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