#57689E

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

Shades of San Marino #57689E

Tints of San Marino #57689E

Color information

#57689E (or 0x57689E) is unknown color: approx San Marino. HEX triplet: 57, 68 and 9E. RGB value is (87,104,158). Sum of RGB (Red+Green+Blue) = 87+104+158=349 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.93% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 158 (62.11% from 255 or 45.27% from 349); Max value from RGB is 158 - color contains mainly: blue. Hex color #57689E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57689E is #A89761. Grayscale: #686868. Windows color (decimal): -11048802 or 10381399. OLE color: 10381399.

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

Color convert

RGB87104158-
CMYK0.450.3400.38
HSL225.63º28.98%48.04%-
HSV(B)225.63º44.94%61.96%-
XYZ15.0514.434.33-
YUV105.07157.87115.11-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.93%
GREEN value IS 104 (41.02% from 255) = 29.80%
BLUE value IS 158 (62.11% from 255) = 45.27%
R=24.93%
G=29.80%
B=45.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal871041580.450.3400.38225.6328.9848.04
Hex57689E2D22026e21d30
Octal12715023655420463423560
Binary101011111010001001111010110110001001001101110001011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57689E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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