#577990

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

Shades of Lynch #577990

Tints of Lynch #577990

Color information

#577990 (or 0x577990) is unknown color: approx Lynch. HEX triplet: 57, 79 and 90. RGB value is (87,121,144). Sum of RGB (Red+Green+Blue) = 87+121+144=352 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.72% from 352); Green value is 121 (47.66% from 255 or 34.38% from 352); Blue value is 144 (56.64% from 255 or 40.91% from 352); Max value from RGB is 144 - color contains mainly: blue. Hex color #577990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577990 is #A8866F. Grayscale: #717171. Windows color (decimal): -11044464 or 9468247. OLE color: 9468247.

HSL color Cylindrical-coordinate representation of color #577990: hue angle of 204.21º 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 #577990 is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB87121144-
CMYK0.400.1600.44
HSL204.21º24.68%45.29%-
HSV(B)204.21º39.58%56.47%-
XYZ15.817.7128.97-
YUV113.46145.24109.13-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.72%
GREEN value IS 121 (47.66% from 255) = 34.38%
BLUE value IS 144 (56.64% from 255) = 40.91%
R=24.72%
G=34.38%
B=40.91%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal871211440.400.1600.44204.2124.6845.29
Hex577990281002Ccc192d
Octal12717122050200543143155
Binary10101111111001100100001010001000001011001100110011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577990; }

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

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

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

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

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

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

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

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