#577A9D

Color #577A9D San Marino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Marino #577A9D

Tints of San Marino #577A9D

Color information

#577A9D (or 0x577A9D) is unknown color: approx San Marino. HEX triplet: 57, 7A and 9D. RGB value is (87,122,157). Sum of RGB (Red+Green+Blue) = 87+122+157=366 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.77% from 366); Green value is 122 (48.05% from 255 or 33.33% from 366); Blue value is 157 (61.72% from 255 or 42.90% from 366); Max value from RGB is 157 - color contains mainly: blue. Hex color #577A9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577A9D is #A88562. Grayscale: #737373. Windows color (decimal): -11044195 or 10320471. OLE color: 10320471.

HSL color Cylindrical-coordinate representation of color #577A9D: hue angle of 210º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #577A9D is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB87122157-
CMYK0.450.2200.38
HSL210º28.69%47.84%-
HSV(B)210º44.59%61.57%-
XYZ16.9818.3834.55-
YUV115.52151.4107.65-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.77%
GREEN value IS 122 (48.05% from 255) = 33.33%
BLUE value IS 157 (61.72% from 255) = 42.90%
R=23.77%
G=33.33%
B=42.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal871221570.450.2200.3821028.6947.84
Hex577A9D2D16026d21d30
Octal12717223555260463223560
Binary10101111111010100111011011011011001001101101001011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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