#568474

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

Shades of Cutty Sark #568474

Tints of Cutty Sark #568474

Color information

#568474 (or 0x568474) is unknown color: approx Cutty Sark. HEX triplet: 56, 84 and 74. RGB value is (86,132,116). Sum of RGB (Red+Green+Blue) = 86+132+116=334 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.75% from 334); Green value is 132 (51.95% from 255 or 39.52% from 334); Blue value is 116 (45.70% from 255 or 34.73% from 334); Max value from RGB is 132 - color contains mainly: green. Hex color #568474 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568474 is #A97B8B. Grayscale: #747474. Windows color (decimal): -11107212 or 7636054. OLE color: 7636054.

HSL color Cylindrical-coordinate representation of color #568474: hue angle of 159.13º 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 #568474 is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB86132116-
CMYK0.3500.120.48
HSL159.13º21.1%42.75%-
HSV(B)159.13º34.85%51.76%-
XYZ15.2419.7419.53-
YUV116.42127.76106.3-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.75%
GREEN value IS 132 (51.95% from 255) = 39.52%
BLUE value IS 116 (45.70% from 255) = 34.73%
R=25.75%
G=39.52%
B=34.73%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal861321160.3500.120.48159.1321.142.75
Hex568474230C309f152b
Octal12620416443014602372553
Binary1010110100001001110100100011011001100001001111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568474; }

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

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

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

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

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

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

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

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