#568A6B

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

Shades of Cutty Sark #568A6B

Tints of Cutty Sark #568A6B

Color information

#568A6B (or 0x568A6B) is unknown color: approx Cutty Sark. HEX triplet: 56, 8A and 6B. RGB value is (86,138,107). Sum of RGB (Red+Green+Blue) = 86+138+107=331 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.98% from 331); Green value is 138 (54.30% from 255 or 41.69% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 138 - color contains mainly: green. Hex color #568A6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568A6B is #A97594. Grayscale: #767676. Windows color (decimal): -11105685 or 7047766. OLE color: 7047766.

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

Color convert

RGB86138107-
CMYK0.3800.220.46
HSL144.23º23.21%43.92%-
HSV(B)144.23º37.68%54.12%-
XYZ15.5821.2217.18-
YUV118.92121.27104.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.98%
GREEN value IS 138 (54.30% from 255) = 41.69%
BLUE value IS 107 (42.19% from 255) = 32.33%
R=25.98%
G=41.69%
B=32.33%

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
Decimal861381070.3800.220.46144.2323.2143.92
Hex568A6B260162E90172c
Octal12621215346026562202754
Binary10101101000101011010111001100101101011101001000010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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