#57759E

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

Shades of San Marino #57759E

Tints of San Marino #57759E

Color information

#57759E (or 0x57759E) is unknown color: approx San Marino. HEX triplet: 57, 75 and 9E. RGB value is (87,117,158). Sum of RGB (Red+Green+Blue) = 87+117+158=362 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.03% from 362); Green value is 117 (46.09% from 255 or 32.32% from 362); Blue value is 158 (62.11% from 255 or 43.65% from 362); Max value from RGB is 158 - color contains mainly: blue. Hex color #57759E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57759E is #A88A61. Grayscale: #707070. Windows color (decimal): -11045474 or 10384727. OLE color: 10384727.

HSL color Cylindrical-coordinate representation of color #57759E: hue angle of 214.65º 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 #57759E is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB87117158-
CMYK0.450.2600.38
HSL214.65º28.98%48.04%-
HSV(B)214.65º44.94%61.96%-
XYZ16.4617.2234.8-
YUV112.7153.56109.67-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.03%
GREEN value IS 117 (46.09% from 255) = 32.32%
BLUE value IS 158 (62.11% from 255) = 43.65%
R=24.03%
G=32.32%
B=43.65%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal871171580.450.2600.38214.6528.9848.04
Hex57759E2D1A026d71d30
Octal12716523655320463273560
Binary10101111110101100111101011011101001001101101011111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57759E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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