#57699D

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

Shades of San Marino #57699D

Tints of San Marino #57699D

Color information

#57699D (or 0x57699D) is unknown color: approx San Marino. HEX triplet: 57, 69 and 9D. RGB value is (87,105,157). Sum of RGB (Red+Green+Blue) = 87+105+157=349 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.93% from 349); Green value is 105 (41.41% from 255 or 30.09% from 349); Blue value is 157 (61.72% from 255 or 44.99% from 349); Max value from RGB is 157 - color contains mainly: blue. Hex color #57699D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57699D is #A89662. Grayscale: #696969. Windows color (decimal): -11048547 or 10316119. OLE color: 10316119.

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

Color convert

RGB87105157-
CMYK0.450.3300.38
HSL224.57º28.69%47.84%-
HSV(B)224.57º44.59%61.57%-
XYZ15.0714.5633.92-
YUV105.55157.04114.77-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.93%
GREEN value IS 105 (41.41% from 255) = 30.09%
BLUE value IS 157 (61.72% from 255) = 44.99%
R=24.93%
G=30.09%
B=44.99%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal871051570.450.3300.38224.5728.6947.84
Hex57699D2D21026e11d30
Octal12715123555410463413560
Binary101011111010011001110110110110000101001101110000111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57699D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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