#57729a

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

Shades of San Marino #57729A

Tints of San Marino #57729A

Color information

#57729A (or 0x57729A) is unknown color: approx San Marino. HEX triplet: 57, 72 and 9A. RGB value is (87,114,154). Sum of RGB (Red+Green+Blue) = 87+114+154=355 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.51% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 154 (60.55% from 255 or 43.38% from 355); Max value from RGB is 154 - color contains mainly: blue. Hex color #57729A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57729A is #A88D65. Grayscale: #6E6E6E. Windows color (decimal): -11046246 or 10121815. OLE color: 10121815.

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

Color convert

RGB87114154-
CMYK0.440.2600.40
HSL215.82º27.8%47.25%-
HSV(B)215.82º43.51%60.39%-
XYZ15.7816.3932.9-
YUV110.49152.55111.25-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.51%
GREEN value IS 114 (44.92% from 255) = 32.11%
BLUE value IS 154 (60.55% from 255) = 43.38%
R=24.51%
G=32.11%
B=43.38%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal871141540.440.2600.40215.8227.847.25
Hex57729A2C1A028d81c2f
Octal12716223254320503303457
Binary10101111110010100110101011001101001010001101100011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57729a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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