#51709D

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

Shades of San Marino #51709D

Tints of San Marino #51709D

Color information

#51709D (or 0x51709D) is unknown color: approx San Marino. HEX triplet: 51, 70 and 9D. RGB value is (81,112,157). Sum of RGB (Red+Green+Blue) = 81+112+157=350 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.14% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 157 (61.72% from 255 or 44.86% from 350); Max value from RGB is 157 - color contains mainly: blue. Hex color #51709D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51709D is #AE8F62. Grayscale: #6B6B6B. Windows color (decimal): -11439971 or 10317905. OLE color: 10317905.

HSL color Cylindrical-coordinate representation of color #51709D: hue angle of 215.53º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #51709D is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB81112157-
CMYK0.480.2900.38
HSL215.53º31.93%46.67%-
HSV(B)215.53º48.41%61.57%-
XYZ15.2715.7734.14-
YUV107.86155.73108.84-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.14%
GREEN value IS 112 (44.14% from 255) = 32%
BLUE value IS 157 (61.72% from 255) = 44.86%
R=23.14%
G=32%
B=44.86%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal811121570.480.2900.38215.5331.9346.67
Hex51709D301D026d8202f
Octal12116023560350463304057
Binary101000111100001001110111000011101010011011011000100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51709D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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