#567C70

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

Shades of Cutty Sark #567C70

Tints of Cutty Sark #567C70

Color information

#567C70 (or 0x567C70) is unknown color: approx Cutty Sark. HEX triplet: 56, 7C and 70. RGB value is (86,124,112). Sum of RGB (Red+Green+Blue) = 86+124+112=322 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.71% from 322); Green value is 124 (48.83% from 255 or 38.51% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 124 - color contains mainly: green. Hex color #567C70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567C70 is #A9838F. Grayscale: #6F6F6F. Windows color (decimal): -11109264 or 7371862. OLE color: 7371862.

HSL color Cylindrical-coordinate representation of color #567C70: hue angle of 161.05º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #567C70 is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB86124112-
CMYK0.3100.100.51
HSL161.05º18.1%41.18%-
HSV(B)161.05º30.65%48.63%-
XYZ13.9717.5617.98-
YUV111.27128.41109.98-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.71%
GREEN value IS 124 (48.83% from 255) = 38.51%
BLUE value IS 112 (44.14% from 255) = 34.78%
R=26.71%
G=38.51%
B=34.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal861241120.3100.100.51161.0518.141.18
Hex567C701F0A33a11229
Octal12617416037012632412251
Binary10101101111100111000011111010101100111010000110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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