#57669C

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

Shades of San Marino #57669C

Tints of San Marino #57669C

Color information

#57669C (or 0x57669C) is unknown color: approx San Marino. HEX triplet: 57, 66 and 9C. RGB value is (87,102,156). Sum of RGB (Red+Green+Blue) = 87+102+156=345 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.22% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 156 - color contains mainly: blue. Hex color #57669C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57669C is #A89963. Grayscale: #676767. Windows color (decimal): -11049316 or 10249815. OLE color: 10249815.

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

Color convert

RGB87102156-
CMYK0.440.3500.39
HSL226.96º28.4%47.65%-
HSV(B)226.96º44.23%61.18%-
XYZ14.6813.9333.37-
YUV103.67157.53116.11-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.22%
GREEN value IS 102 (40.23% from 255) = 29.57%
BLUE value IS 156 (61.33% from 255) = 45.22%
R=25.22%
G=29.57%
B=45.22%

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
Decimal871021560.440.3500.39226.9628.447.65
Hex57669C2C23027e31c30
Octal12714623454430473433460
Binary101011111001101001110010110010001101001111110001111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57669C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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