#568A7A

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

Shades of Cutty Sark #568A7A

Tints of Cutty Sark #568A7A

Color information

#568A7A (or 0x568A7A) is unknown color: approx Cutty Sark. HEX triplet: 56, 8A and 7A. RGB value is (86,138,122). Sum of RGB (Red+Green+Blue) = 86+138+122=346 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.86% from 346); Green value is 138 (54.30% from 255 or 39.88% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 138 - color contains mainly: green. Hex color #568A7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568A7A is #A97585. Grayscale: #787878. Windows color (decimal): -11105670 or 8030806. OLE color: 8030806.

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

Color convert

RGB86138122-
CMYK0.3800.120.46
HSL161.54º23.21%43.92%-
HSV(B)161.54º37.68%54.12%-
XYZ16.4421.5621.71-
YUV120.63128.77103.3-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.86%
GREEN value IS 138 (54.30% from 255) = 39.88%
BLUE value IS 122 (48.05% from 255) = 35.26%
R=24.86%
G=39.88%
B=35.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal861381220.3800.120.46161.5423.2143.92
Hex568A7A260C2Ea2172c
Octal12621217246014562422754
Binary1010110100010101111010100110011001011101010001010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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