#57729E

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

Shades of San Marino #57729E

Tints of San Marino #57729E

Color information

#57729E (or 0x57729E) is unknown color: approx San Marino. HEX triplet: 57, 72 and 9E. RGB value is (87,114,158). Sum of RGB (Red+Green+Blue) = 87+114+158=359 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.23% from 359); Green value is 114 (44.92% from 255 or 31.75% from 359); Blue value is 158 (62.11% from 255 or 44.01% from 359); Max value from RGB is 158 - color contains mainly: blue. Hex color #57729E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57729E is #A88D61. Grayscale: #6E6E6E. Windows color (decimal): -11046242 or 10383959. OLE color: 10383959.

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

Color convert

RGB87114158-
CMYK0.450.2800.38
HSL217.18º28.98%48.04%-
HSV(B)217.18º44.94%61.96%-
XYZ16.1216.5334.69-
YUV110.94154.55110.92-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.23%
GREEN value IS 114 (44.92% from 255) = 31.75%
BLUE value IS 158 (62.11% from 255) = 44.01%
R=24.23%
G=31.75%
B=44.01%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal871141580.450.2800.38217.1828.9848.04
Hex57729E2D1C026d91d30
Octal12716223655340463313560
Binary10101111110010100111101011011110001001101101100111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57729E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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