#568478

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

Shades of Cutty Sark #568478

Tints of Cutty Sark #568478

Color information

#568478 (or 0x568478) is unknown color: approx Cutty Sark. HEX triplet: 56, 84 and 78. RGB value is (86,132,120). Sum of RGB (Red+Green+Blue) = 86+132+120=338 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.44% from 338); Green value is 132 (51.95% from 255 or 39.05% from 338); Blue value is 120 (47.27% from 255 or 35.50% from 338); Max value from RGB is 132 - color contains mainly: green. Hex color #568478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568478 is #A97B87. Grayscale: #747474. Windows color (decimal): -11107208 or 7898198. OLE color: 7898198.

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

Color convert

RGB86132120-
CMYK0.3500.090.48
HSL164.35º21.1%42.75%-
HSV(B)164.35º34.85%51.76%-
XYZ15.4819.8420.78-
YUV116.88129.76105.98-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.44%
GREEN value IS 132 (51.95% from 255) = 39.05%
BLUE value IS 120 (47.27% from 255) = 35.50%
R=25.44%
G=39.05%
B=35.50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal861321200.3500.090.48164.3521.142.75
Hex568478230930a4152b
Octal12620417043011602442553
Binary1010110100001001111000100011010011100001010010010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568478; }

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

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

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

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

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

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

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

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