#57759A

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

Shades of San Marino #57759A

Tints of San Marino #57759A

Color information

#57759A (or 0x57759A) is unknown color: approx San Marino. HEX triplet: 57, 75 and 9A. RGB value is (87,117,154). Sum of RGB (Red+Green+Blue) = 87+117+154=358 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.30% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 154 (60.55% from 255 or 43.02% from 358); Max value from RGB is 154 - color contains mainly: blue. Hex color #57759A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57759A is #A88A65. Grayscale: #707070. Windows color (decimal): -11045478 or 10122583. OLE color: 10122583.

HSL color Cylindrical-coordinate representation of color #57759A: hue angle of 213.13º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #57759A is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB87117154-
CMYK0.440.2400.40
HSL213.13º27.8%47.25%-
HSV(B)213.13º43.51%60.39%-
XYZ16.1217.0833.02-
YUV112.25151.56109.99-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.30%
GREEN value IS 117 (46.09% from 255) = 32.68%
BLUE value IS 154 (60.55% from 255) = 43.02%
R=24.30%
G=32.68%
B=43.02%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal871171540.440.2400.40213.1327.847.25
Hex57759A2C18028d51c2f
Octal12716523254300503253457
Binary10101111110101100110101011001100001010001101010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57759A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57759A; }

 p { color: rgb(87,117,154); }

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

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

 a { background-color: rgb(87,117,154); }

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

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

 span { border-color: rgb(87,117,154); }

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