#578278

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

Shades of Cutty Sark #578278

Tints of Cutty Sark #578278

Color information

#578278 (or 0x578278) is unknown color: approx Cutty Sark. HEX triplet: 57, 82 and 78. RGB value is (87,130,120). Sum of RGB (Red+Green+Blue) = 87+130+120=337 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.82% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 120 (47.27% from 255 or 35.61% from 337); Max value from RGB is 130 - color contains mainly: green. Hex color #578278 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #578278 is #A87D87. Grayscale: #747474. Windows color (decimal): -11042184 or 7897687. OLE color: 7897687.

HSL color Cylindrical-coordinate representation of color #578278: hue angle of 166.05º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #578278 is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB87130120-
CMYK0.3300.080.49
HSL166.05º19.82%42.55%-
HSV(B)166.05º33.08%50.98%-
XYZ15.319.3520.7-
YUV116130.25107.31-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.82%
GREEN value IS 130 (51.17% from 255) = 38.58%
BLUE value IS 120 (47.27% from 255) = 35.61%
R=25.82%
G=38.58%
B=35.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal871301200.3300.080.49166.0519.8242.55
Hex578278210831a6142b
Octal12720217041010612462453
Binary1010111100000101111000100001010001100011010011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578278; }

 p { color: rgb(87,130,120); }

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

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

 a { background-color: rgb(87,130,120); }

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

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

 span { border-color: rgb(87,130,120); }

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