#51649D

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

Shades of San Marino #51649D

Tints of San Marino #51649D

Color information

#51649D (or 0x51649D) is unknown color: approx San Marino. HEX triplet: 51, 64 and 9D. RGB value is (81,100,157). Sum of RGB (Red+Green+Blue) = 81+100+157=338 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.96% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 157 (61.72% from 255 or 46.45% from 338); Max value from RGB is 157 - color contains mainly: blue. Hex color #51649D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51649D is #AE9B62. Grayscale: #646464. Windows color (decimal): -11443043 or 10314833. OLE color: 10314833.

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

Color convert

RGB81100157-
CMYK0.480.3600.38
HSL225º31.93%46.67%-
HSV(B)225º48.41%61.57%-
XYZ14.0413.333.73-
YUV100.82159.71113.87-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.96%
GREEN value IS 100 (39.45% from 255) = 29.59%
BLUE value IS 157 (61.72% from 255) = 46.45%
R=23.96%
G=29.59%
B=46.45%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal811001570.480.3600.3822531.9346.67
Hex51649D3024026e1202f
Octal12114423560440463414057
Binary1010001110010010011101110000100100010011011100001100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51649D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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