#57749E

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

Shades of San Marino #57749E

Tints of San Marino #57749E

Color information

#57749E (or 0x57749E) is unknown color: approx San Marino. HEX triplet: 57, 74 and 9E. RGB value is (87,116,158). Sum of RGB (Red+Green+Blue) = 87+116+158=361 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.10% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 158 (62.11% from 255 or 43.77% from 361); Max value from RGB is 158 - color contains mainly: blue. Hex color #57749E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57749E is #A88B61. Grayscale: #6F6F6F. Windows color (decimal): -11045730 or 10384471. OLE color: 10384471.

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

Color convert

RGB87116158-
CMYK0.450.2700.38
HSL215.49º28.98%48.04%-
HSV(B)215.49º44.94%61.96%-
XYZ16.3516.9934.76-
YUV112.12153.89110.08-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.10%
GREEN value IS 116 (45.70% from 255) = 32.13%
BLUE value IS 158 (62.11% from 255) = 43.77%
R=24.10%
G=32.13%
B=43.77%

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
Decimal871161580.450.2700.38215.4928.9848.04
Hex57749E2D1B026d71d30
Octal12716423655330463273560
Binary10101111110100100111101011011101101001101101011111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57749E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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