#568470

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

Shades of Cutty Sark #568470

Tints of Cutty Sark #568470

Color information

#568470 (or 0x568470) is unknown color: approx Cutty Sark. HEX triplet: 56, 84 and 70. RGB value is (86,132,112). Sum of RGB (Red+Green+Blue) = 86+132+112=330 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.06% from 330); Green value is 132 (51.95% from 255 or 40% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 132 - color contains mainly: green. Hex color #568470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568470 is #A97B8F. Grayscale: #747474. Windows color (decimal): -11107216 or 7373910. OLE color: 7373910.

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

Color convert

RGB86132112-
CMYK0.3500.150.48
HSL153.91º21.1%42.75%-
HSV(B)153.91º34.85%51.76%-
XYZ15.0119.6518.33-
YUV115.97125.76106.63-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.06%
GREEN value IS 132 (51.95% from 255) = 40%
BLUE value IS 112 (44.14% from 255) = 33.94%
R=26.06%
G=40%
B=33.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal861321120.3500.150.48153.9121.142.75
Hex568470230F309a152b
Octal12620416043017602322553
Binary1010110100001001110000100011011111100001001101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568470; }

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

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

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

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

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

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

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

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