#51759A

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

Shades of San Marino #51759A

Tints of San Marino #51759A

Color information

#51759A (or 0x51759A) is unknown color: approx San Marino. HEX triplet: 51, 75 and 9A. RGB value is (81,117,154). Sum of RGB (Red+Green+Blue) = 81+117+154=352 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.01% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 154 (60.55% from 255 or 43.75% from 352); Max value from RGB is 154 - color contains mainly: blue. Hex color #51759A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51759A is #AE8A65. Grayscale: #6E6E6E. Windows color (decimal): -11438694 or 10122577. OLE color: 10122577.

HSL color Cylindrical-coordinate representation of color #51759A: hue angle of 210.41º 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 #51759A is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB81117154-
CMYK0.470.2400.40
HSL210.41º31.06%46.08%-
HSV(B)210.41º47.4%60.39%-
XYZ15.5916.8132.99-
YUV110.45152.57106.99-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.01%
GREEN value IS 117 (46.09% from 255) = 33.24%
BLUE value IS 154 (60.55% from 255) = 43.75%
R=23.01%
G=33.24%
B=43.75%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal811171540.470.2400.40210.4131.0646.08
Hex51759A2F18028d21f2e
Octal12116523257300503223756
Binary10100011110101100110101011111100001010001101001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51759A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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