#578375

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

Shades of Cutty Sark #578375

Tints of Cutty Sark #578375

Color information

#578375 (or 0x578375) is unknown color: approx Cutty Sark. HEX triplet: 57, 83 and 75. RGB value is (87,131,117). Sum of RGB (Red+Green+Blue) = 87+131+117=335 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.97% from 335); Green value is 131 (51.56% from 255 or 39.10% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 131 - color contains mainly: green. Hex color #578375 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #578375 is #A87C8A. Grayscale: #747474. Windows color (decimal): -11041931 or 7701335. OLE color: 7701335.

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

Color convert

RGB87131117-
CMYK0.3400.110.49
HSL160.91º20.18%42.75%-
HSV(B)160.91º33.59%51.37%-
XYZ15.2619.5419.8-
YUV116.25128.42107.14-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.97%
GREEN value IS 131 (51.56% from 255) = 39.10%
BLUE value IS 117 (46.09% from 255) = 34.93%
R=25.97%
G=39.10%
B=34.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal871311170.3400.110.49160.9120.1842.75
Hex578375220B31a1142b
Octal12720316542013612412453
Binary1010111100000111110101100010010111100011010000110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578375; }

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

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

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

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

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

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

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

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