#51679B

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

Shades of San Marino #51679B

Tints of San Marino #51679B

Color information

#51679B (or 0x51679B) is unknown color: approx San Marino. HEX triplet: 51, 67 and 9B. RGB value is (81,103,155). Sum of RGB (Red+Green+Blue) = 81+103+155=339 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.89% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 155 (60.94% from 255 or 45.72% from 339); Max value from RGB is 155 - color contains mainly: blue. Hex color #51679B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51679B is #AE9864. Grayscale: #666666. Windows color (decimal): -11442277 or 10184529. OLE color: 10184529.

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

Color convert

RGB81103155-
CMYK0.480.3400.39
HSL222.16º31.36%46.27%-
HSV(B)222.16º47.74%60.78%-
XYZ14.1613.8232.93-
YUV102.35157.71112.77-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.89%
GREEN value IS 103 (40.62% from 255) = 30.38%
BLUE value IS 155 (60.94% from 255) = 45.72%
R=23.89%
G=30.38%
B=45.72%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal811031550.480.3400.39222.1631.3646.27
Hex51679B3022027de1f2e
Octal12114723360420473363756
Binary101000111001111001101111000010001001001111101111011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51679B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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