#51619B

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

Shades of San Marino #51619B

Tints of San Marino #51619B

Color information

#51619B (or 0x51619B) is unknown color: approx San Marino. HEX triplet: 51, 61 and 9B. RGB value is (81,97,155). Sum of RGB (Red+Green+Blue) = 81+97+155=333 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.32% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 155 (60.94% from 255 or 46.55% from 333); Max value from RGB is 155 - color contains mainly: blue. Hex color #51619B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51619B is #AE9E64. Grayscale: #626262. Windows color (decimal): -11443813 or 10182993. OLE color: 10182993.

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

Color convert

RGB8197155-
CMYK0.480.3700.39
HSL227.03º31.36%46.27%-
HSV(B)227.03º47.74%60.78%-
XYZ13.5812.6732.74-
YUV98.83159.7115.28-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.32%
GREEN value IS 97 (38.28% from 255) = 29.13%
BLUE value IS 155 (60.94% from 255) = 46.55%
R=24.32%
G=29.13%
B=46.55%

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
Decimal81971550.480.3700.39227.0331.3646.27
Hex51619B3025027e31f2e
Octal12114123360450473433756
Binary101000111000011001101111000010010101001111110001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51619B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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