#57679F

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

Shades of San Marino #57679F

Tints of San Marino #57679F

Color information

#57679F (or 0x57679F) is unknown color: approx San Marino. HEX triplet: 57, 67 and 9F. RGB value is (87,103,159). Sum of RGB (Red+Green+Blue) = 87+103+159=349 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.93% from 349); Green value is 103 (40.62% from 255 or 29.51% from 349); Blue value is 159 (62.5% from 255 or 45.56% from 349); Max value from RGB is 159 - color contains mainly: blue. Hex color #57679F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57679F is #A89860. Grayscale: #686868. Windows color (decimal): -11049057 or 10446679. OLE color: 10446679.

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

Color convert

RGB87103159-
CMYK0.450.3500.38
HSL226.67º29.27%48.24%-
HSV(B)226.67º45.28%62.35%-
XYZ15.0414.2334.75-
YUV104.6158.7115.45-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.93%
GREEN value IS 103 (40.62% from 255) = 29.51%
BLUE value IS 159 (62.5% from 255) = 45.56%
R=24.93%
G=29.51%
B=45.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal871031590.450.3500.38226.6729.2748.24
Hex57679F2D23026e31d30
Octal12714723755430463433560
Binary101011111001111001111110110110001101001101110001111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57679F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57679F; }

 p { color: rgb(87,103,159); }

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

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

 a { background-color: rgb(87,103,159); }

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

<style>
 span { border-color: #57679F; }

 span { border-color: rgb(87,103,159); }

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