#567065

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

Shades of Cutty Sark #567065

Tints of Cutty Sark #567065

Color information

#567065 (or 0x567065) is unknown color: approx Cutty Sark. HEX triplet: 56, 70 and 65. RGB value is (86,112,101). Sum of RGB (Red+Green+Blue) = 86+112+101=299 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.76% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 101 (39.84% from 255 or 33.78% from 299); Max value from RGB is 112 - color contains mainly: green. Hex color #567065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567065 is #A98F9A. Grayscale: #666666. Windows color (decimal): -11112347 or 6647894. OLE color: 6647894.

HSL color Cylindrical-coordinate representation of color #567065: hue angle of 154.62º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #567065 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB86112101-
CMYK0.2300.100.56
HSL154.62º13.13%38.82%-
HSV(B)154.62º23.21%43.92%-
XYZ11.9814.5114.48-
YUV102.97126.89115.89-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.76%
GREEN value IS 112 (44.14% from 255) = 37.46%
BLUE value IS 101 (39.84% from 255) = 33.78%
R=28.76%
G=37.46%
B=33.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal861121010.2300.100.56154.6213.1338.82
Hex567065170A389bd27
Octal12616014527012702331547
Binary1010110111000011001011011101010111000100110111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567065; }

 p { color: rgb(86,112,101); }

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

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

 a { background-color: rgb(86,112,101); }

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

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

 span { border-color: rgb(86,112,101); }

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