#57729D

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

Shades of San Marino #57729D

Tints of San Marino #57729D

Color information

#57729D (or 0x57729D) is unknown color: approx San Marino. HEX triplet: 57, 72 and 9D. RGB value is (87,114,157). Sum of RGB (Red+Green+Blue) = 87+114+157=358 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.30% from 358); Green value is 114 (44.92% from 255 or 31.84% from 358); Blue value is 157 (61.72% from 255 or 43.85% from 358); Max value from RGB is 157 - color contains mainly: blue. Hex color #57729D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57729D is #A88D62. Grayscale: #6E6E6E. Windows color (decimal): -11046243 or 10318423. OLE color: 10318423.

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

Color convert

RGB87114157-
CMYK0.450.2700.38
HSL216.86º28.69%47.84%-
HSV(B)216.86º44.59%61.57%-
XYZ16.0316.534.24-
YUV110.83154.05111-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.30%
GREEN value IS 114 (44.92% from 255) = 31.84%
BLUE value IS 157 (61.72% from 255) = 43.85%
R=24.30%
G=31.84%
B=43.85%

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
Decimal871141570.450.2700.38216.8628.6947.84
Hex57729D2D1B026d91d30
Octal12716223555330463313560
Binary10101111110010100111011011011101101001101101100111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57729D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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