#568A6C

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

Shades of Cutty Sark #568A6C

Tints of Cutty Sark #568A6C

Color information

#568A6C (or 0x568A6C) is unknown color: approx Cutty Sark. HEX triplet: 56, 8A and 6C. RGB value is (86,138,108). Sum of RGB (Red+Green+Blue) = 86+138+108=332 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.90% from 332); Green value is 138 (54.30% from 255 or 41.57% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 138 - color contains mainly: green. Hex color #568A6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568A6C is #A97593. Grayscale: #777777. Windows color (decimal): -11105684 or 7113302. OLE color: 7113302.

HSL color Cylindrical-coordinate representation of color #568A6C: hue angle of 145.38º 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 #568A6C is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB86138108-
CMYK0.3800.220.46
HSL145.38º23.21%43.92%-
HSV(B)145.38º37.68%54.12%-
XYZ15.6321.2417.46-
YUV119.03121.77104.44-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.90%
GREEN value IS 138 (54.30% from 255) = 41.57%
BLUE value IS 108 (42.58% from 255) = 32.53%
R=25.90%
G=41.57%
B=32.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal861381080.3800.220.46145.3823.2143.92
Hex568A6C260162E91172c
Octal12621215446026562212754
Binary10101101000101011011001001100101101011101001000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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