#577469

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

Shades of Cutty Sark #577469

Tints of Cutty Sark #577469

Color information

#577469 (or 0x577469) is unknown color: approx Cutty Sark. HEX triplet: 57, 74 and 69. RGB value is (87,116,105). Sum of RGB (Red+Green+Blue) = 87+116+105=308 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.25% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 116 - color contains mainly: green. Hex color #577469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577469 is #A88B96. Grayscale: #6A6A6A. Windows color (decimal): -11045783 or 6911063. OLE color: 6911063.

HSL color Cylindrical-coordinate representation of color #577469: hue angle of 157.24º 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 #577469 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB87116105-
CMYK0.2500.090.55
HSL157.24º14.29%39.8%-
HSV(B)157.24º25%45.49%-
XYZ12.7315.5415.69-
YUV106.07127.39114.39-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.25%
GREEN value IS 116 (45.70% from 255) = 37.66%
BLUE value IS 105 (41.41% from 255) = 34.09%
R=28.25%
G=37.66%
B=34.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal871161050.2500.090.55157.2414.2939.8
Hex5774691909379de28
Octal12716415131011672351650
Binary1010111111010011010011100101001110111100111011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577469; }

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

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

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

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

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

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

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

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