#57749F

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

Shades of San Marino #57749F

Tints of San Marino #57749F

Color information

#57749F (or 0x57749F) is unknown color: approx San Marino. HEX triplet: 57, 74 and 9F. RGB value is (87,116,159). Sum of RGB (Red+Green+Blue) = 87+116+159=362 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.03% from 362); Green value is 116 (45.70% from 255 or 32.04% from 362); Blue value is 159 (62.5% from 255 or 43.92% from 362); Max value from RGB is 159 - color contains mainly: blue. Hex color #57749F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57749F is #A88B60. Grayscale: #707070. Windows color (decimal): -11045729 or 10450007. OLE color: 10450007.

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

Color convert

RGB87116159-
CMYK0.450.2700.38
HSL215.83º29.27%48.24%-
HSV(B)215.83º45.28%62.35%-
XYZ16.4317.0235.22-
YUV112.23154.39110-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.03%
GREEN value IS 116 (45.70% from 255) = 32.04%
BLUE value IS 159 (62.5% from 255) = 43.92%
R=24.03%
G=32.04%
B=43.92%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal871161590.450.2700.38215.8329.2748.24
Hex57749F2D1B026d81d30
Octal12716423755330463303560
Binary10101111110100100111111011011101101001101101100011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57749F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57749F; }

 p { color: rgb(87,116,159); }

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

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

 a { background-color: rgb(87,116,159); }

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

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

 span { border-color: rgb(87,116,159); }

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