#51699A

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

Shades of San Marino #51699A

Tints of San Marino #51699A

Color information

#51699A (or 0x51699A) is unknown color: approx San Marino. HEX triplet: 51, 69 and 9A. RGB value is (81,105,154). Sum of RGB (Red+Green+Blue) = 81+105+154=340 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.82% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 154 (60.55% from 255 or 45.29% from 340); Max value from RGB is 154 - color contains mainly: blue. Hex color #51699A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51699A is #AE9665. Grayscale: #676767. Windows color (decimal): -11441766 or 10119505. OLE color: 10119505.

HSL color Cylindrical-coordinate representation of color #51699A: hue angle of 220.27º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #51699A is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB81105154-
CMYK0.470.3200.40
HSL220.27º31.06%46.08%-
HSV(B)220.27º47.4%60.39%-
XYZ14.2814.1932.56-
YUV103.41156.55112.02-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.82%
GREEN value IS 105 (41.41% from 255) = 30.88%
BLUE value IS 154 (60.55% from 255) = 45.29%
R=23.82%
G=30.88%
B=45.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal811051540.470.3200.40220.2731.0646.08
Hex51699A2F20028dc1f2e
Octal12115123257400503343756
Binary101000111010011001101010111110000001010001101110011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51699A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51699A; }

 p { color: rgb(81,105,154); }

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

<style>
 a { background-color: #51699A; }

 a { background-color: rgb(81,105,154); }

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

<style>
 span { border-color: #51699A; }

 span { border-color: rgb(81,105,154); }

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