Html Css Color HEX #516DB1 San Marino

📋 copy color: '#516DB1'

red 81 ◦ green 109 ◦ blue 177

#516DB1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of San Marino #516DB1

Tints of San Marino #516DB1

RGB

 RED value IS 81 (32.03% from 255) = 22.07%

 GREEN value IS 109 (42.97% from 255) = 29.7%

 BLUE value IS 177 (69.53% from 255) = 48.23%

R = 22.07%
G = 29.7%
B = 48.23%

CMYK

 C value IS 0.54

 M value IS 0.38

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#516DB1 (or 0x516DB1) is known color: San Marino. HEX triplet: 51, 6D and B1. RGB value is (81,109,177). Sum of RGB (Red+Green+Blue) = 81+109+177=367 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.07% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 177 (69.53% from 255 or 48.23% from 367); Max value from RGB is 177 - color contains mainly: blue. Hex color #516DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516DB1 is #AE924E. Grayscale: #6C6C6C. Windows color (decimal): -11440719 or 11627857. OLE color: 11627857.

HSL color Cylindrical-coordinate representation of color #516DB1: hue angle of 222.5º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #516DB1 is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 81 109 177 -
CMYK 0.54 0.38 0 0.31
HSL 222.5º 0.38% 0.51% -
HSV(B) 222.5º 0.54% 0.69% -
XYZ 16.8 15.86 43.77 -
YUV 108.38 166.72 108.47 -
System Red Green Blue C M Y K H S L
Decimal 81 109 177 0.54 0.38 0 0.31 222.5 0.38 0.51
Hex 51 6D B1 36 26 0 1F DE 26 33
Octal 121 155 261 66 46 0 37 336 46 63
Binary 1010001 1101101 10110001 110110 100110 0 11111 11011110 100110 110011

Color Harmonies of #516DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516DB1

Black with #516DB1

Text Example


Text Example

White with #516DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516DB1; }

 p { color: rgb(81,109,177); }

 H1.HeaderClassName
 {
   color: #516DB1;
 }
 .AnyTagClassName
 {
   color: #516DB1;
 }
</style>

background-color css

<style>
 a { background-color: #516DB1; }

 a { background-color: rgb(81,109,177); }

 div.DivClassName
 {
   background-color: #516DB1;
 }
 .BgClassName
 {
   background-color: #516DB1;
 }
</style>

border-color css

<style>
 span { border-color: #516DB1; }

 span { border-color: rgb(81,109,177); }

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