#568473

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

Shades of Cutty Sark #568473

Tints of Cutty Sark #568473

Color information

#568473 (or 0x568473) is unknown color: approx Cutty Sark. HEX triplet: 56, 84 and 73. RGB value is (86,132,115). Sum of RGB (Red+Green+Blue) = 86+132+115=333 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.83% from 333); Green value is 132 (51.95% from 255 or 39.64% from 333); Blue value is 115 (45.31% from 255 or 34.53% from 333); Max value from RGB is 132 - color contains mainly: green. Hex color #568473 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568473 is #A97B8C. Grayscale: #747474. Windows color (decimal): -11107213 or 7570518. OLE color: 7570518.

HSL color Cylindrical-coordinate representation of color #568473: hue angle of 157.83º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #568473 is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB86132115-
CMYK0.3500.130.48
HSL157.83º21.1%42.75%-
HSV(B)157.83º34.85%51.76%-
XYZ15.1819.7219.23-
YUV116.31127.26106.38-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.83%
GREEN value IS 132 (51.95% from 255) = 39.64%
BLUE value IS 115 (45.31% from 255) = 34.53%
R=25.83%
G=39.64%
B=34.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal861321150.3500.130.48157.8321.142.75
Hex568473230D309e152b
Octal12620416343015602362553
Binary1010110100001001110011100011011011100001001111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568473; }

 p { color: rgb(86,132,115); }

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

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

 a { background-color: rgb(86,132,115); }

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

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

 span { border-color: rgb(86,132,115); }

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