#567469

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

Shades of Cutty Sark #567469

Tints of Cutty Sark #567469

Color information

#567469 (or 0x567469) is unknown color: approx Cutty Sark. HEX triplet: 56, 74 and 69. RGB value is (86,116,105). Sum of RGB (Red+Green+Blue) = 86+116+105=307 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.01% from 307); Green value is 116 (45.70% from 255 or 37.79% from 307); Blue value is 105 (41.41% from 255 or 34.20% from 307); Max value from RGB is 116 - color contains mainly: green. Hex color #567469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567469 is #A98B96. Grayscale: #696969. Windows color (decimal): -11111319 or 6911062. OLE color: 6911062.

HSL color Cylindrical-coordinate representation of color #567469: hue angle of 158º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #567469 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB86116105-
CMYK0.2600.090.55
HSL158º14.85%39.61%-
HSV(B)158º25.86%45.49%-
XYZ12.6315.4915.69-
YUV105.78127.56113.89-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.01%
GREEN value IS 116 (45.70% from 255) = 37.79%
BLUE value IS 105 (41.41% from 255) = 34.20%
R=28.01%
G=37.79%
B=34.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal861161050.2600.090.5515814.8539.61
Hex5674691A09379ef28
Octal12616415132011672361750
Binary1010110111010011010011101001001110111100111101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567469; }

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

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

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

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

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

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

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

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