#57659C

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

Shades of San Marino #57659C

Tints of San Marino #57659C

Color information

#57659C (or 0x57659C) is unknown color: approx San Marino. HEX triplet: 57, 65 and 9C. RGB value is (87,101,156). Sum of RGB (Red+Green+Blue) = 87+101+156=344 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.29% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 156 (61.33% from 255 or 45.35% from 344); Max value from RGB is 156 - color contains mainly: blue. Hex color #57659C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57659C is #A89A63. Grayscale: #666666. Windows color (decimal): -11049572 or 10249559. OLE color: 10249559.

HSL color Cylindrical-coordinate representation of color #57659C: hue angle of 227.83º 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 #57659C is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB87101156-
CMYK0.440.3500.39
HSL227.83º28.4%47.65%-
HSV(B)227.83º44.23%61.18%-
XYZ14.5813.7333.33-
YUV103.08157.86116.53-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.29%
GREEN value IS 101 (39.84% from 255) = 29.36%
BLUE value IS 156 (61.33% from 255) = 45.35%
R=25.29%
G=29.36%
B=45.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal871011560.440.3500.39227.8328.447.65
Hex57659C2C23027e41c30
Octal12714523454430473443460
Binary101011111001011001110010110010001101001111110010011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57659C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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