#57679B

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

Shades of San Marino #57679B

Tints of San Marino #57679B

Color information

#57679B (or 0x57679B) is unknown color: approx San Marino. HEX triplet: 57, 67 and 9B. RGB value is (87,103,155). Sum of RGB (Red+Green+Blue) = 87+103+155=345 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.22% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 155 - color contains mainly: blue. Hex color #57679B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57679B is #A89864. Grayscale: #676767. Windows color (decimal): -11049061 or 10184535. OLE color: 10184535.

HSL color Cylindrical-coordinate representation of color #57679B: hue angle of 225.88º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #57679B is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB87103155-
CMYK0.440.3400.39
HSL225.88º28.1%47.45%-
HSV(B)225.88º43.87%60.78%-
XYZ14.714.0932.96-
YUV104.14156.7115.77-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.22%
GREEN value IS 103 (40.62% from 255) = 29.86%
BLUE value IS 155 (60.94% from 255) = 44.93%
R=25.22%
G=29.86%
B=44.93%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal871031550.440.3400.39225.8828.147.45
Hex57679B2C22027e21c2f
Octal12714723354420473423457
Binary101011111001111001101110110010001001001111110001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57679B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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