#579075

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

Shades of Cutty Sark #579075

Tints of Cutty Sark #579075

Color information

#579075 (or 0x579075) is unknown color: approx Cutty Sark. HEX triplet: 57, 90 and 75. RGB value is (87,144,117). Sum of RGB (Red+Green+Blue) = 87+144+117=348 (46% of max value = 765). Red value is 87 (34.38% from 255 or 25% from 348); Green value is 144 (56.64% from 255 or 41.38% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 144 - color contains mainly: green. Hex color #579075 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #579075 is #A86F8A. Grayscale: #7B7B7B. Windows color (decimal): -11038603 or 7704663. OLE color: 7704663.

HSL color Cylindrical-coordinate representation of color #579075: hue angle of 151.58º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #579075 is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB87144117-
CMYK0.4000.190.44
HSL151.58º24.68%45.29%-
HSV(B)151.58º39.58%56.47%-
XYZ17.1123.2620.42-
YUV123.88124.12101.7-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25%
GREEN value IS 144 (56.64% from 255) = 41.38%
BLUE value IS 117 (46.09% from 255) = 33.62%
R=25%
G=41.38%
B=33.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal871441170.4000.190.44151.5824.6845.29
Hex579075280132C98192d
Octal12722016550023542303155
Binary10101111001000011101011010000100111011001001100011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #579075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #579075; }

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

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

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

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

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

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

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

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