#51629B

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

Shades of San Marino #51629B

Tints of San Marino #51629B

Color information

#51629B (or 0x51629B) is unknown color: approx San Marino. HEX triplet: 51, 62 and 9B. RGB value is (81,98,155). Sum of RGB (Red+Green+Blue) = 81+98+155=334 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.25% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 155 (60.94% from 255 or 46.41% from 334); Max value from RGB is 155 - color contains mainly: blue. Hex color #51629B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51629B is #AE9D64. Grayscale: #636363. Windows color (decimal): -11443557 or 10183249. OLE color: 10183249.

HSL color Cylindrical-coordinate representation of color #51629B: hue angle of 226.22º 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 #51629B is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8198155-
CMYK0.480.3700.39
HSL226.22º31.36%46.27%-
HSV(B)226.22º47.74%60.78%-
XYZ13.6812.8532.77-
YUV99.42159.37114.87-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.25%
GREEN value IS 98 (38.67% from 255) = 29.34%
BLUE value IS 155 (60.94% from 255) = 46.41%
R=24.25%
G=29.34%
B=46.41%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal81981550.480.3700.39226.2231.3646.27
Hex51629B3025027e21f2e
Octal12114223360450473423756
Binary101000111000101001101111000010010101001111110001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51629B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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