Html Css Color HEX #516FAB San Marino

📋 copy color: '#516FAB'

red 81 ◦ green 111 ◦ blue 171

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

Shades of San Marino #516FAB

Tints of San Marino #516FAB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.58%

 BLUE value IS 171 (67.19% from 255) = 47.11%

R = 22.31%
G = 30.58%
B = 47.11%

CMYK

 C value IS 0.53

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#516FAB (or 0x516FAB) is known color: San Marino. HEX triplet: 51, 6F and AB. RGB value is (81,111,171). Sum of RGB (Red+Green+Blue) = 81+111+171=363 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.31% from 363); Green value is 111 (43.75% from 255 or 30.58% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #516FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516FAB is #AE9054. Grayscale: #6C6C6C. Windows color (decimal): -11440213 or 11235153. OLE color: 11235153.

HSL color Cylindrical-coordinate representation of color #516FAB: hue angle of 220º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #516FAB is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 81 111 171 -
CMYK 0.53 0.35 0 0.33
HSL 220º 0.36% 0.49% -
HSV(B) 220º 0.53% 0.67% -
XYZ 16.43 16.06 40.76 -
YUV 108.87 163.06 108.12 -
System Red Green Blue C M Y K H S L
Decimal 81 111 171 0.53 0.35 0 0.33 220 0.36 0.49
Hex 51 6F AB 35 23 0 21 DC 24 31
Octal 121 157 253 65 43 0 41 334 44 61
Binary 1010001 1101111 10101011 110101 100011 0 100001 11011100 100100 110001

Color Harmonies of #516FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516FAB

Black with #516FAB

Text Example


Text Example

White with #516FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,111,171); }

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

background-color css

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

 a { background-color: rgb(81,111,171); }

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

border-color css

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

 span { border-color: rgb(81,111,171); }

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