#57689D

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

Shades of San Marino #57689D

Tints of San Marino #57689D

Color information

#57689D (or 0x57689D) is unknown color: approx San Marino. HEX triplet: 57, 68 and 9D. RGB value is (87,104,157). Sum of RGB (Red+Green+Blue) = 87+104+157=348 (46% of max value = 765). Red value is 87 (34.38% from 255 or 25% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 157 (61.72% from 255 or 45.11% from 348); Max value from RGB is 157 - color contains mainly: blue. Hex color #57689D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57689D is #A89762. Grayscale: #686868. Windows color (decimal): -11048803 or 10315863. OLE color: 10315863.

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

Color convert

RGB87104157-
CMYK0.450.3400.38
HSL225.43º28.69%47.84%-
HSV(B)225.43º44.59%61.57%-
XYZ14.9714.3633.88-
YUV104.96157.37115.19-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25%
GREEN value IS 104 (41.02% from 255) = 29.89%
BLUE value IS 157 (61.72% from 255) = 45.11%
R=25%
G=29.89%
B=45.11%

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
Decimal871041570.450.3400.38225.4328.6947.84
Hex57689D2D22026e11d30
Octal12715023555420463413560
Binary101011111010001001110110110110001001001101110000111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57689D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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