#57749D

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

Shades of San Marino #57749D

Tints of San Marino #57749D

Color information

#57749D (or 0x57749D) is unknown color: approx San Marino. HEX triplet: 57, 74 and 9D. RGB value is (87,116,157). Sum of RGB (Red+Green+Blue) = 87+116+157=360 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.17% from 360); Green value is 116 (45.70% from 255 or 32.22% from 360); Blue value is 157 (61.72% from 255 or 43.61% from 360); Max value from RGB is 157 - color contains mainly: blue. Hex color #57749D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57749D is #A88B62. Grayscale: #6F6F6F. Windows color (decimal): -11045731 or 10318935. OLE color: 10318935.

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

Color convert

RGB87116157-
CMYK0.450.2600.38
HSL215.14º28.69%47.84%-
HSV(B)215.14º44.59%61.57%-
XYZ16.2616.9534.31-
YUV112153.39110.17-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.17%
GREEN value IS 116 (45.70% from 255) = 32.22%
BLUE value IS 157 (61.72% from 255) = 43.61%
R=24.17%
G=32.22%
B=43.61%

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
Decimal871161570.450.2600.38215.1428.6947.84
Hex57749D2D1A026d71d30
Octal12716423555320463273560
Binary10101111110100100111011011011101001001101101011111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57749D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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