#567C68

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

Shades of Cutty Sark #567C68

Tints of Cutty Sark #567C68

Color information

#567C68 (or 0x567C68) is unknown color: approx Cutty Sark. HEX triplet: 56, 7C and 68. RGB value is (86,124,104). Sum of RGB (Red+Green+Blue) = 86+124+104=314 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.39% from 314); Green value is 124 (48.83% from 255 or 39.49% from 314); Blue value is 104 (41.02% from 255 or 33.12% from 314); Max value from RGB is 124 - color contains mainly: green. Hex color #567C68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567C68 is #A98397. Grayscale: #6E6E6E. Windows color (decimal): -11109272 or 6847574. OLE color: 6847574.

HSL color Cylindrical-coordinate representation of color #567C68: hue angle of 148.42º 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 #567C68 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.

Color convert

RGB86124104-
CMYK0.3100.160.51
HSL148.42º18.1%41.18%-
HSV(B)148.42º30.65%48.63%-
XYZ13.5417.3915.74-
YUV110.36124.41110.63-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.39%
GREEN value IS 124 (48.83% from 255) = 39.49%
BLUE value IS 104 (41.02% from 255) = 33.12%
R=27.39%
G=39.49%
B=33.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal861241040.3100.160.51148.4218.141.18
Hex567C681F01033941229
Octal12617415037020632242251
Binary101011011111001101000111110100001100111001010010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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