#57669E

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

Shades of San Marino #57669E

Tints of San Marino #57669E

Color information

#57669E (or 0x57669E) is unknown color: approx San Marino. HEX triplet: 57, 66 and 9E. RGB value is (87,102,158). Sum of RGB (Red+Green+Blue) = 87+102+158=347 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.07% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 158 (62.11% from 255 or 45.53% from 347); Max value from RGB is 158 - color contains mainly: blue. Hex color #57669E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57669E is #A89961. Grayscale: #676767. Windows color (decimal): -11049314 or 10380887. OLE color: 10380887.

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

Color convert

RGB87102158-
CMYK0.450.3500.38
HSL227.32º28.98%48.04%-
HSV(B)227.32º44.94%61.96%-
XYZ14.851434.27-
YUV103.9158.53115.95-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.07%
GREEN value IS 102 (40.23% from 255) = 29.39%
BLUE value IS 158 (62.11% from 255) = 45.53%
R=25.07%
G=29.39%
B=45.53%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal871021580.450.3500.38227.3228.9848.04
Hex57669E2D23026e31d30
Octal12714623655430463433560
Binary101011111001101001111010110110001101001101110001111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57669E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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