#51789E

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

Shades of San Marino #51789E

Tints of San Marino #51789E

Color information

#51789E (or 0x51789E) is unknown color: approx San Marino. HEX triplet: 51, 78 and 9E. RGB value is (81,120,158). Sum of RGB (Red+Green+Blue) = 81+120+158=359 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.56% from 359); Green value is 120 (47.27% from 255 or 33.43% from 359); Blue value is 158 (62.11% from 255 or 44.01% from 359); Max value from RGB is 158 - color contains mainly: blue. Hex color #51789E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51789E is #AE8761. Grayscale: #707070. Windows color (decimal): -11437922 or 10385489. OLE color: 10385489.

HSL color Cylindrical-coordinate representation of color #51789E: hue angle of 209.61º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #51789E is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB81120158-
CMYK0.490.2400.38
HSL209.61º32.22%46.86%-
HSV(B)209.61º48.73%61.96%-
XYZ16.2817.6534.9-
YUV112.67153.58105.41-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.56%
GREEN value IS 120 (47.27% from 255) = 33.43%
BLUE value IS 158 (62.11% from 255) = 44.01%
R=22.56%
G=33.43%
B=44.01%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal811201580.490.2400.38209.6132.2246.86
Hex51789E3118026d2202f
Octal12117023661300463224057
Binary101000111110001001111011000111000010011011010010100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51789E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51789E; }

 p { color: rgb(81,120,158); }

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

<style>
 a { background-color: #51789E; }

 a { background-color: rgb(81,120,158); }

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

<style>
 span { border-color: #51789E; }

 span { border-color: rgb(81,120,158); }

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