#51689B

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

Shades of San Marino #51689B

Tints of San Marino #51689B

Color information

#51689B (or 0x51689B) is unknown color: approx San Marino. HEX triplet: 51, 68 and 9B. RGB value is (81,104,155). Sum of RGB (Red+Green+Blue) = 81+104+155=340 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.82% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 155 (60.94% from 255 or 45.59% from 340); Max value from RGB is 155 - color contains mainly: blue. Hex color #51689B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51689B is #AE9764. Grayscale: #666666. Windows color (decimal): -11442021 or 10184785. OLE color: 10184785.

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

Color convert

RGB81104155-
CMYK0.480.3300.39
HSL221.35º31.36%46.27%-
HSV(B)221.35º47.74%60.78%-
XYZ14.2614.0232.96-
YUV102.94157.38112.35-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.82%
GREEN value IS 104 (41.02% from 255) = 30.59%
BLUE value IS 155 (60.94% from 255) = 45.59%
R=23.82%
G=30.59%
B=45.59%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal811041550.480.3300.39221.3531.3646.27
Hex51689B3021027dd1f2e
Octal12115023360410473353756
Binary101000111010001001101111000010000101001111101110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51689B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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