#567A6B

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

Shades of Cutty Sark #567A6B

Tints of Cutty Sark #567A6B

Color information

#567A6B (or 0x567A6B) is unknown color: approx Cutty Sark. HEX triplet: 56, 7A and 6B. RGB value is (86,122,107). Sum of RGB (Red+Green+Blue) = 86+122+107=315 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.30% from 315); Green value is 122 (48.05% from 255 or 38.73% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 122 - color contains mainly: green. Hex color #567A6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567A6B is #A98594. Grayscale: #6D6D6D. Windows color (decimal): -11109781 or 7043670. OLE color: 7043670.

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

Color convert

RGB86122107-
CMYK0.3000.120.52
HSL155º17.31%40.78%-
HSV(B)155º29.51%47.84%-
XYZ13.4516.9616.47-
YUV109.53126.57111.22-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.30%
GREEN value IS 122 (48.05% from 255) = 38.73%
BLUE value IS 107 (42.19% from 255) = 33.97%
R=27.30%
G=38.73%
B=33.97%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal861221070.3000.120.5215517.3140.78
Hex567A6B1E0C349b1129
Octal12617215336014642332151
Binary10101101111010110101111110011001101001001101110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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