#577A6A

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

Shades of Cutty Sark #577A6A

Tints of Cutty Sark #577A6A

Color information

#577A6A (or 0x577A6A) is unknown color: approx Cutty Sark. HEX triplet: 57, 7A and 6A. RGB value is (87,122,106). Sum of RGB (Red+Green+Blue) = 87+122+106=315 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.62% from 315); Green value is 122 (48.05% from 255 or 38.73% from 315); Blue value is 106 (41.80% from 255 or 33.65% from 315); Max value from RGB is 122 - color contains mainly: green. Hex color #577A6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577A6A is #A88595. Grayscale: #6D6D6D. Windows color (decimal): -11044246 or 6978135. OLE color: 6978135.

HSL color Cylindrical-coordinate representation of color #577A6A: hue angle of 152.57º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #577A6A is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.52.

Color convert

RGB87122106-
CMYK0.2900.130.52
HSL152.57º16.75%40.98%-
HSV(B)152.57º28.69%47.84%-
XYZ13.4916.9916.2-
YUV109.71125.9111.8-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.62%
GREEN value IS 122 (48.05% from 255) = 38.73%
BLUE value IS 106 (41.80% from 255) = 33.65%
R=27.62%
G=38.73%
B=33.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal871221060.2900.130.52152.5716.7540.98
Hex577A6A1D0D34991129
Octal12717215235015642312151
Binary10101111111010110101011101011011101001001100110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577A6A; }

 p { color: rgb(87,122,106); }

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

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

 a { background-color: rgb(87,122,106); }

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

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

 span { border-color: rgb(87,122,106); }

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