#567A6A

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

Shades of Cutty Sark #567A6A

Tints of Cutty Sark #567A6A

Color information

#567A6A (or 0x567A6A) is unknown color: approx Cutty Sark. HEX triplet: 56, 7A and 6A. RGB value is (86,122,106). Sum of RGB (Red+Green+Blue) = 86+122+106=314 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.39% from 314); Green value is 122 (48.05% from 255 or 38.85% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 122 - color contains mainly: green. Hex color #567A6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567A6A is #A98595. Grayscale: #6D6D6D. Windows color (decimal): -11109782 or 6978134. OLE color: 6978134.

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

Color convert

RGB86122106-
CMYK0.3000.130.52
HSL153.33º17.31%40.78%-
HSV(B)153.33º29.51%47.84%-
XYZ13.416.9416.2-
YUV109.41126.07111.3-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.39%
GREEN value IS 122 (48.05% from 255) = 38.85%
BLUE value IS 106 (41.80% from 255) = 33.76%
R=27.39%
G=38.85%
B=33.76%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal861221060.3000.130.52153.3317.3140.78
Hex567A6A1E0D34991129
Octal12617215236015642312151
Binary10101101111010110101011110011011101001001100110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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