#57659E

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

Shades of San Marino #57659E

Tints of San Marino #57659E

Color information

#57659E (or 0x57659E) is unknown color: approx San Marino. HEX triplet: 57, 65 and 9E. RGB value is (87,101,158). Sum of RGB (Red+Green+Blue) = 87+101+158=346 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.14% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 158 (62.11% from 255 or 45.66% from 346); Max value from RGB is 158 - color contains mainly: blue. Hex color #57659E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57659E is #A89A61. Grayscale: #676767. Windows color (decimal): -11049570 or 10380631. OLE color: 10380631.

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

Color convert

RGB87101158-
CMYK0.450.3600.38
HSL228.17º28.98%48.04%-
HSV(B)228.17º44.94%61.96%-
XYZ14.7613.834.23-
YUV103.31158.86116.37-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.14%
GREEN value IS 101 (39.84% from 255) = 29.19%
BLUE value IS 158 (62.11% from 255) = 45.66%
R=25.14%
G=29.19%
B=45.66%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal871011580.450.3600.38228.1728.9848.04
Hex57659E2D24026e41d30
Octal12714523655440463443560
Binary101011111001011001111010110110010001001101110010011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57659E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57659E; }

 p { color: rgb(87,101,158); }

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

<style>
 a { background-color: #57659E; }

 a { background-color: rgb(87,101,158); }

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

<style>
 span { border-color: #57659E; }

 span { border-color: rgb(87,101,158); }

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