#567A6C

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

Shades of Cutty Sark #567A6C

Tints of Cutty Sark #567A6C

Color information

#567A6C (or 0x567A6C) is unknown color: approx Cutty Sark. HEX triplet: 56, 7A and 6C. RGB value is (86,122,108). Sum of RGB (Red+Green+Blue) = 86+122+108=316 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.22% from 316); Green value is 122 (48.05% from 255 or 38.61% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 122 - color contains mainly: green. Hex color #567A6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567A6C is #A98593. Grayscale: #6D6D6D. Windows color (decimal): -11109780 or 7109206. OLE color: 7109206.

HSL color Cylindrical-coordinate representation of color #567A6C: hue angle of 156.67º 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 #567A6C is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB86122108-
CMYK0.3000.110.52
HSL156.67º17.31%40.78%-
HSV(B)156.67º29.51%47.84%-
XYZ13.516.9816.75-
YUV109.64127.07111.14-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.22%
GREEN value IS 122 (48.05% from 255) = 38.61%
BLUE value IS 108 (42.58% from 255) = 34.18%
R=27.22%
G=38.61%
B=34.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal861221080.3000.110.52156.6717.3140.78
Hex567A6C1E0B349d1129
Octal12617215436013642352151
Binary10101101111010110110011110010111101001001110110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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