#57739B

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

Shades of San Marino #57739B

Tints of San Marino #57739B

Color information

#57739B (or 0x57739B) is unknown color: approx San Marino. HEX triplet: 57, 73 and 9B. RGB value is (87,115,155). Sum of RGB (Red+Green+Blue) = 87+115+155=357 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.37% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 155 (60.94% from 255 or 43.42% from 357); Max value from RGB is 155 - color contains mainly: blue. Hex color #57739B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57739B is #A88C64. Grayscale: #6E6E6E. Windows color (decimal): -11045989 or 10187607. OLE color: 10187607.

HSL color Cylindrical-coordinate representation of color #57739B: hue angle of 215.29º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #57739B is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB87115155-
CMYK0.440.2600.39
HSL215.29º28.1%47.45%-
HSV(B)215.29º43.87%60.78%-
XYZ15.9816.6533.38-
YUV111.19152.72110.75-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.37%
GREEN value IS 115 (45.31% from 255) = 32.21%
BLUE value IS 155 (60.94% from 255) = 43.42%
R=24.37%
G=32.21%
B=43.42%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal871151550.440.2600.39215.2928.147.45
Hex57739B2C1A027d71c2f
Octal12716323354320473273457
Binary10101111110011100110111011001101001001111101011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57739B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57739B; }

 p { color: rgb(87,115,155); }

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

<style>
 a { background-color: #57739B; }

 a { background-color: rgb(87,115,155); }

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

<style>
 span { border-color: #57739B; }

 span { border-color: rgb(87,115,155); }

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