#567A70

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

Shades of Cutty Sark #567A70

Tints of Cutty Sark #567A70

Color information

#567A70 (or 0x567A70) is unknown color: approx Cutty Sark. HEX triplet: 56, 7A and 70. RGB value is (86,122,112). Sum of RGB (Red+Green+Blue) = 86+122+112=320 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.88% from 320); Green value is 122 (48.05% from 255 or 38.12% from 320); Blue value is 112 (44.14% from 255 or 35% from 320); Max value from RGB is 122 - color contains mainly: green. Hex color #567A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567A70 is #A9858F. Grayscale: #6E6E6E. Windows color (decimal): -11109776 or 7371350. OLE color: 7371350.

HSL color Cylindrical-coordinate representation of color #567A70: hue angle of 163.33º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #567A70 is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.

Color convert

RGB86122112-
CMYK0.3000.080.52
HSL163.33º17.31%40.78%-
HSV(B)163.33º29.51%47.84%-
XYZ13.7217.0717.9-
YUV110.1129.07110.81-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.88%
GREEN value IS 122 (48.05% from 255) = 38.12%
BLUE value IS 112 (44.14% from 255) = 35%
R=26.88%
G=38.12%
B=35%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal861221120.3000.080.52163.3317.3140.78
Hex567A701E0834a31129
Octal12617216036010642432151
Binary10101101111010111000011110010001101001010001110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567A70; }

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

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

<style>
 a { background-color: #567A70; }

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

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

<style>
 span { border-color: #567A70; }

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

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