Html Css Color HEX #516FAA San Marino

📋 copy color: '#516FAA'

red 81 ◦ green 111 ◦ blue 170

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

Shades of San Marino #516FAA

Tints of San Marino #516FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 46.96%

R = 22.38%
G = 30.66%
B = 46.96%

CMYK

 C value IS 0.52

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#516FAA (or 0x516FAA) is known color: San Marino. HEX triplet: 51, 6F and AA. RGB value is (81,111,170). Sum of RGB (Red+Green+Blue) = 81+111+170=362 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.38% from 362); Green value is 111 (43.75% from 255 or 30.66% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 170 - color contains mainly: blue. Hex color #516FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516FAA is #AE9055. Grayscale: #6C6C6C. Windows color (decimal): -11440214 or 11169617. OLE color: 11169617.

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

Color convert

RGB 81 111 170 -
CMYK 0.52 0.35 0 0.33
HSL 219.78º 0.35% 0.49% -
HSV(B) 219.78º 0.52% 0.67% -
XYZ 16.33 16.02 40.26 -
YUV 108.76 162.56 108.2 -
System Red Green Blue C M Y K H S L
Decimal 81 111 170 0.52 0.35 0 0.33 219.78 0.35 0.49
Hex 51 6F AA 34 23 0 21 DC 23 31
Octal 121 157 252 64 43 0 41 334 43 61
Binary 1010001 1101111 10101010 110100 100011 0 100001 11011100 100011 110001

Color Harmonies of #516FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516FAA

Black with #516FAA

Text Example


Text Example

White with #516FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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