#577468

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

Shades of Cutty Sark #577468

Tints of Cutty Sark #577468

Color information

#577468 (or 0x577468) is unknown color: approx Cutty Sark. HEX triplet: 57, 74 and 68. RGB value is (87,116,104). Sum of RGB (Red+Green+Blue) = 87+116+104=307 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.34% from 307); Green value is 116 (45.70% from 255 or 37.79% from 307); Blue value is 104 (41.02% from 255 or 33.88% from 307); Max value from RGB is 116 - color contains mainly: green. Hex color #577468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577468 is #A88B97. Grayscale: #696969. Windows color (decimal): -11045784 or 6845527. OLE color: 6845527.

HSL color Cylindrical-coordinate representation of color #577468: hue angle of 155.17º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #577468 is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB87116104-
CMYK0.2500.100.55
HSL155.17º14.29%39.8%-
HSV(B)155.17º25%45.49%-
XYZ12.6715.5215.42-
YUV105.96126.89114.48-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.34%
GREEN value IS 116 (45.70% from 255) = 37.79%
BLUE value IS 104 (41.02% from 255) = 33.88%
R=28.34%
G=37.79%
B=33.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal871161040.2500.100.55155.1714.2939.8
Hex577468190A379be28
Octal12716415031012672331650
Binary1010111111010011010001100101010110111100110111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577468; }

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

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

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

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

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

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

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

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