#51709B

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

Shades of San Marino #51709B

Tints of San Marino #51709B

Color information

#51709B (or 0x51709B) is unknown color: approx San Marino. HEX triplet: 51, 70 and 9B. RGB value is (81,112,155). Sum of RGB (Red+Green+Blue) = 81+112+155=348 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.28% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 155 (60.94% from 255 or 44.54% from 348); Max value from RGB is 155 - color contains mainly: blue. Hex color #51709B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51709B is #AE8F64. Grayscale: #6B6B6B. Windows color (decimal): -11439973 or 10186833. OLE color: 10186833.

HSL color Cylindrical-coordinate representation of color #51709B: hue angle of 214.86º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #51709B is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB81112155-
CMYK0.480.2800.39
HSL214.86º31.36%46.27%-
HSV(B)214.86º47.74%60.78%-
XYZ15.115.733.25-
YUV107.63154.73109-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.28%
GREEN value IS 112 (44.14% from 255) = 32.18%
BLUE value IS 155 (60.94% from 255) = 44.54%
R=23.28%
G=32.18%
B=44.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal811121550.480.2800.39214.8631.3646.27
Hex51709B301C027d71f2e
Octal12116023360340473273756
Binary10100011110000100110111100001110001001111101011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51709B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51709B; }

 p { color: rgb(81,112,155); }

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

<style>
 a { background-color: #51709B; }

 a { background-color: rgb(81,112,155); }

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

<style>
 span { border-color: #51709B; }

 span { border-color: rgb(81,112,155); }

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