#51799A

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

Shades of San Marino #51799A

Tints of San Marino #51799A

Color information

#51799A (or 0x51799A) is unknown color: approx San Marino. HEX triplet: 51, 79 and 9A. RGB value is (81,121,154). Sum of RGB (Red+Green+Blue) = 81+121+154=356 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.75% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 154 (60.55% from 255 or 43.26% from 356); Max value from RGB is 154 - color contains mainly: blue. Hex color #51799A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51799A is #AE8665. Grayscale: #707070. Windows color (decimal): -11437670 or 10123601. OLE color: 10123601.

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

Color convert

RGB81121154-
CMYK0.470.2100.40
HSL207.12º31.06%46.08%-
HSV(B)207.12º47.4%60.39%-
XYZ16.0617.7633.15-
YUV112.8151.25105.32-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.75%
GREEN value IS 121 (47.66% from 255) = 33.99%
BLUE value IS 154 (60.55% from 255) = 43.26%
R=22.75%
G=33.99%
B=43.26%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal811211540.470.2100.40207.1231.0646.08
Hex51799A2F15028cf1f2e
Octal12117123257250503173756
Binary10100011111001100110101011111010101010001100111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51799A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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