#579275

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

Shades of Cutty Sark #579275

Tints of Cutty Sark #579275

Color information

#579275 (or 0x579275) is unknown color: approx Cutty Sark. HEX triplet: 57, 92 and 75. RGB value is (87,146,117). Sum of RGB (Red+Green+Blue) = 87+146+117=350 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.86% from 350); Green value is 146 (57.42% from 255 or 41.71% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 146 - color contains mainly: green. Hex color #579275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #579275 is #A86D8A. Grayscale: #7D7D7D. Windows color (decimal): -11038091 or 7705175. OLE color: 7705175.

HSL color Cylindrical-coordinate representation of color #579275: hue angle of 150.51º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #579275 is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.43.

Color convert

RGB87146117-
CMYK0.4000.200.43
HSL150.51º25.32%45.69%-
HSV(B)150.51º40.41%57.25%-
XYZ17.4223.8720.52-
YUV125.05123.45100.86-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.86%
GREEN value IS 146 (57.42% from 255) = 41.71%
BLUE value IS 117 (46.09% from 255) = 33.43%
R=24.86%
G=41.71%
B=33.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal871461170.4000.200.43150.5125.3245.69
Hex579275280142B97192e
Octal12722216550024532273156
Binary10101111001001011101011010000101001010111001011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #579275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #579275; }

 p { color: rgb(87,146,117); }

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

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

 a { background-color: rgb(87,146,117); }

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

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

 span { border-color: rgb(87,146,117); }

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