Html Css Color HEX #516EB2 San Marino

📋 copy color: '#516EB2'

red 81 ◦ green 110 ◦ blue 178

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

Shades of San Marino #516EB2

Tints of San Marino #516EB2

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.81%

 BLUE value IS 178 (69.92% from 255) = 48.24%

R = 21.95%
G = 29.81%
B = 48.24%

CMYK

 C value IS 0.54

 M value IS 0.38

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#516EB2 (or 0x516EB2) is known color: San Marino. HEX triplet: 51, 6E and B2. RGB value is (81,110,178). Sum of RGB (Red+Green+Blue) = 81+110+178=369 (48% of max value = 765). Red value is 81 (32.03% from 255 or 21.95% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 178 (69.92% from 255 or 48.24% from 369); Max value from RGB is 178 - color contains mainly: blue. Hex color #516EB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516EB2 is #AE914D. Grayscale: #6C6C6C. Windows color (decimal): -11440462 or 11693649. OLE color: 11693649.

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

Color convert

RGB 81 110 178 -
CMYK 0.54 0.38 0 0.30
HSL 222.06º 0.39% 0.51% -
HSV(B) 222.06º 0.54% 0.7% -
XYZ 17.01 16.12 44.33 -
YUV 109.08 166.89 107.97 -
System Red Green Blue C M Y K H S L
Decimal 81 110 178 0.54 0.38 0 0.30 222.06 0.39 0.51
Hex 51 6E B2 36 26 0 1E DE 27 33
Octal 121 156 262 66 46 0 36 336 47 63
Binary 1010001 1101110 10110010 110110 100110 0 11110 11011110 100111 110011

Color Harmonies of #516EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516EB2

Black with #516EB2

Text Example


Text Example

White with #516EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,110,178); }

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

background-color css

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

 a { background-color: rgb(81,110,178); }

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

border-color css

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

 span { border-color: rgb(81,110,178); }

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