#567D74

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

Shades of Cutty Sark #567D74

Tints of Cutty Sark #567D74

Color information

#567D74 (or 0x567D74) is unknown color: approx Cutty Sark. HEX triplet: 56, 7D and 74. RGB value is (86,125,116). Sum of RGB (Red+Green+Blue) = 86+125+116=327 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.30% from 327); Green value is 125 (49.22% from 255 or 38.23% from 327); Blue value is 116 (45.70% from 255 or 35.47% from 327); Max value from RGB is 125 - color contains mainly: green. Hex color #567D74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567D74 is #A9828B. Grayscale: #707070. Windows color (decimal): -11109004 or 7634262. OLE color: 7634262.

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

Color convert

RGB86125116-
CMYK0.3100.070.51
HSL166.15º18.48%41.37%-
HSV(B)166.15º31.2%49.02%-
XYZ14.3217.9119.22-
YUV112.31130.08109.23-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.30%
GREEN value IS 125 (49.22% from 255) = 38.23%
BLUE value IS 116 (45.70% from 255) = 35.47%
R=26.30%
G=38.23%
B=35.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal861251160.3100.070.51166.1518.4841.37
Hex567D741F0733a61229
Octal1261751643707632462251
Binary1010110111110111101001111101111100111010011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,125,116); }

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

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

 a { background-color: rgb(86,125,116); }

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

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

 span { border-color: rgb(86,125,116); }

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