#51639E

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

Shades of San Marino #51639E

Tints of San Marino #51639E

Color information

#51639E (or 0x51639E) is unknown color: approx San Marino. HEX triplet: 51, 63 and 9E. RGB value is (81,99,158). Sum of RGB (Red+Green+Blue) = 81+99+158=338 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.96% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 158 (62.11% from 255 or 46.75% from 338); Max value from RGB is 158 - color contains mainly: blue. Hex color #51639E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51639E is #AE9C61. Grayscale: #646464. Windows color (decimal): -11443298 or 10380113. OLE color: 10380113.

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

Color convert

RGB8199158-
CMYK0.490.3700.38
HSL225.97º32.22%46.86%-
HSV(B)225.97º48.73%61.96%-
XYZ14.0313.1434.15-
YUV100.34160.54114.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.96%
GREEN value IS 99 (39.06% from 255) = 29.29%
BLUE value IS 158 (62.11% from 255) = 46.75%
R=23.96%
G=29.29%
B=46.75%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal81991580.490.3700.38225.9732.2246.86
Hex51639E3125026e2202f
Octal12114323661450463424057
Binary1010001110001110011110110001100101010011011100010100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51639E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,99,158); }

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

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

 a { background-color: rgb(81,99,158); }

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

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

 span { border-color: rgb(81,99,158); }

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