Html Css Color HEX #516FAF San Marino

📋 copy color: '#516FAF'

red 81 ◦ green 111 ◦ blue 175

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

Shades of San Marino #516FAF

Tints of San Marino #516FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 47.68%

R = 22.07%
G = 30.25%
B = 47.68%

CMYK

 C value IS 0.54

 M value IS 0.37

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#516FAF (or 0x516FAF) is known color: San Marino. HEX triplet: 51, 6F and AF. RGB value is (81,111,175). Sum of RGB (Red+Green+Blue) = 81+111+175=367 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.07% from 367); Green value is 111 (43.75% from 255 or 30.25% from 367); Blue value is 175 (68.75% from 255 or 47.68% from 367); Max value from RGB is 175 - color contains mainly: blue. Hex color #516FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516FAF is #AE9050. Grayscale: #6D6D6D. Windows color (decimal): -11440209 or 11497297. OLE color: 11497297.

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

Color convert

RGB 81 111 175 -
CMYK 0.54 0.37 0 0.31
HSL 220.85º 0.37% 0.5% -
HSV(B) 220.85º 0.54% 0.69% -
XYZ 16.82 16.21 42.8 -
YUV 109.33 165.06 107.8 -
System Red Green Blue C M Y K H S L
Decimal 81 111 175 0.54 0.37 0 0.31 220.85 0.37 0.5
Hex 51 6F AF 36 25 0 1F DD 25 32
Octal 121 157 257 66 45 0 37 335 45 62
Binary 1010001 1101111 10101111 110110 100101 0 11111 11011101 100101 110010

Color Harmonies of #516FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516FAF

Black with #516FAF

Text Example


Text Example

White with #516FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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