#568E75

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

Shades of Cutty Sark #568E75

Tints of Cutty Sark #568E75

Color information

#568E75 (or 0x568E75) is unknown color: approx Cutty Sark. HEX triplet: 56, 8E and 75. RGB value is (86,142,117). Sum of RGB (Red+Green+Blue) = 86+142+117=345 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.93% from 345); Green value is 142 (55.86% from 255 or 41.16% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 142 - color contains mainly: green. Hex color #568E75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568E75 is #A9718A. Grayscale: #7A7A7A. Windows color (decimal): -11104651 or 7704150. OLE color: 7704150.

HSL color Cylindrical-coordinate representation of color #568E75: hue angle of 153.21º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #568E75 is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB86142117-
CMYK0.3900.180.44
HSL153.21º24.56%44.71%-
HSV(B)153.21º39.44%55.69%-
XYZ16.7222.6120.31-
YUV122.41124.95102.03-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.93%
GREEN value IS 142 (55.86% from 255) = 41.16%
BLUE value IS 117 (46.09% from 255) = 33.91%
R=24.93%
G=41.16%
B=33.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal861421170.3900.180.44153.2124.5644.71
Hex568E75270122C99192d
Octal12621616547022542313155
Binary10101101000111011101011001110100101011001001100111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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