#57679C

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

Shades of San Marino #57679C

Tints of San Marino #57679C

Color information

#57679C (or 0x57679C) is unknown color: approx San Marino. HEX triplet: 57, 67 and 9C. RGB value is (87,103,156). Sum of RGB (Red+Green+Blue) = 87+103+156=346 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.14% from 346); Green value is 103 (40.62% from 255 or 29.77% from 346); Blue value is 156 (61.33% from 255 or 45.09% from 346); Max value from RGB is 156 - color contains mainly: blue. Hex color #57679C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57679C is #A89863. Grayscale: #686868. Windows color (decimal): -11049060 or 10250071. OLE color: 10250071.

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

Color convert

RGB87103156-
CMYK0.440.3400.39
HSL226.09º28.4%47.65%-
HSV(B)226.09º44.23%61.18%-
XYZ14.7814.1333.4-
YUV104.26157.2115.69-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.14%
GREEN value IS 103 (40.62% from 255) = 29.77%
BLUE value IS 156 (61.33% from 255) = 45.09%
R=25.14%
G=29.77%
B=45.09%

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
Decimal871031560.440.3400.39226.0928.447.65
Hex57679C2C22027e21c30
Octal12714723454420473423460
Binary101011111001111001110010110010001001001111110001011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57679C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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