#51629C

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

Shades of San Marino #51629C

Tints of San Marino #51629C

Color information

#51629C (or 0x51629C) is unknown color: approx San Marino. HEX triplet: 51, 62 and 9C. RGB value is (81,98,156). Sum of RGB (Red+Green+Blue) = 81+98+156=335 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.18% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 156 (61.33% from 255 or 46.57% from 335); Max value from RGB is 156 - color contains mainly: blue. Hex color #51629C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51629C is #AE9D63. Grayscale: #636363. Windows color (decimal): -11443556 or 10248785. OLE color: 10248785.

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

Color convert

RGB8198156-
CMYK0.480.3700.39
HSL226.4º31.65%46.47%-
HSV(B)226.4º48.08%61.18%-
XYZ13.7612.8833.21-
YUV99.53159.87114.78-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.18%
GREEN value IS 98 (38.67% from 255) = 29.25%
BLUE value IS 156 (61.33% from 255) = 46.57%
R=24.18%
G=29.25%
B=46.57%

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
Decimal81981560.480.3700.39226.431.6546.47
Hex51629C3025027e2202e
Octal12114223460450473424056
Binary1010001110001010011100110000100101010011111100010100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51629C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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