#578274

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

Shades of Cutty Sark #578274

Tints of Cutty Sark #578274

Color information

#578274 (or 0x578274) is unknown color: approx Cutty Sark. HEX triplet: 57, 82 and 74. RGB value is (87,130,116). Sum of RGB (Red+Green+Blue) = 87+130+116=333 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.13% from 333); Green value is 130 (51.17% from 255 or 39.04% from 333); Blue value is 116 (45.70% from 255 or 34.83% from 333); Max value from RGB is 130 - color contains mainly: green. Hex color #578274 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #578274 is #A87D8B. Grayscale: #737373. Windows color (decimal): -11042188 or 7635543. OLE color: 7635543.

HSL color Cylindrical-coordinate representation of color #578274: hue angle of 160.47º 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 #578274 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB87130116-
CMYK0.3300.110.49
HSL160.47º19.82%42.55%-
HSV(B)160.47º33.08%50.98%-
XYZ15.0719.2519.45-
YUV115.55128.25107.64-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.13%
GREEN value IS 130 (51.17% from 255) = 39.04%
BLUE value IS 116 (45.70% from 255) = 34.83%
R=26.13%
G=39.04%
B=34.83%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal871301160.3300.110.49160.4719.8242.55
Hex578274210B31a0142b
Octal12720216441013612402453
Binary1010111100000101110100100001010111100011010000010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578274; }

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

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

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

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

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

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

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

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