Html Css Color HEX #516AAF San Marino

📋 copy color: '#516AAF'

red 81 ◦ green 106 ◦ blue 175

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

Shades of San Marino #516AAF

Tints of San Marino #516AAF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.28%

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

R = 22.38%
G = 29.28%
B = 48.34%

CMYK

 C value IS 0.54

 M value IS 0.39

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#516AAF (or 0x516AAF) is known color: San Marino. HEX triplet: 51, 6A and AF. RGB value is (81,106,175). Sum of RGB (Red+Green+Blue) = 81+106+175=362 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.38% from 362); Green value is 106 (41.80% from 255 or 29.28% from 362); Blue value is 175 (68.75% from 255 or 48.34% from 362); Max value from RGB is 175 - color contains mainly: blue. Hex color #516AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516AAF is #AE9550. Grayscale: #6A6A6A. Windows color (decimal): -11441489 or 11496017. OLE color: 11496017.

HSL color Cylindrical-coordinate representation of color #516AAF: hue angle of 224.04º 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 #516AAF is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 81 106 175 -
CMYK 0.54 0.39 0 0.31
HSL 224.04º 0.37% 0.5% -
HSV(B) 224.04º 0.54% 0.69% -
XYZ 16.29 15.15 42.62 -
YUV 106.39 166.72 109.89 -
System Red Green Blue C M Y K H S L
Decimal 81 106 175 0.54 0.39 0 0.31 224.04 0.37 0.5
Hex 51 6A AF 36 27 0 1F E0 25 32
Octal 121 152 257 66 47 0 37 340 45 62
Binary 1010001 1101010 10101111 110110 100111 0 11111 11100000 100101 110010

Color Harmonies of #516AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516AAF

Black with #516AAF

Text Example


Text Example

White with #516AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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