#51639A

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

Shades of San Marino #51639A

Tints of San Marino #51639A

Color information

#51639A (or 0x51639A) is unknown color: approx San Marino. HEX triplet: 51, 63 and 9A. RGB value is (81,99,154). Sum of RGB (Red+Green+Blue) = 81+99+154=334 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.25% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 154 (60.55% from 255 or 46.11% from 334); Max value from RGB is 154 - color contains mainly: blue. Hex color #51639A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51639A is #AE9C65. Grayscale: #636363. Windows color (decimal): -11443302 or 10117969. OLE color: 10117969.

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

Color convert

RGB8199154-
CMYK0.470.3600.40
HSL225.21º31.06%46.08%-
HSV(B)225.21º47.4%60.39%-
XYZ13.6913.0132.36-
YUV99.89158.54114.53-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.25%
GREEN value IS 99 (39.06% from 255) = 29.64%
BLUE value IS 154 (60.55% from 255) = 46.11%
R=24.25%
G=29.64%
B=46.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal81991540.470.3600.40225.2131.0646.08
Hex51639A2F24028e11f2e
Octal12114323257440503413756
Binary101000111000111001101010111110010001010001110000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51639A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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