Html Css Color HEX #516F9B San Marino

📋 copy color: '#516F9B'

red 81 ◦ green 111 ◦ blue 155

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

Shades of San Marino #516F9B

Tints of San Marino #516F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 44.67%

R = 23.34%
G = 31.99%
B = 44.67%

CMYK

 C value IS 0.48

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#516F9B (or 0x516F9B) is known color: San Marino. HEX triplet: 51, 6F and 9B. RGB value is (81,111,155). Sum of RGB (Red+Green+Blue) = 81+111+155=347 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.34% from 347); Green value is 111 (43.75% from 255 or 31.99% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 155 - color contains mainly: blue. Hex color #516F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516F9B is #AE9064. Grayscale: #6A6A6A. Windows color (decimal): -11440229 or 10186577. OLE color: 10186577.

HSL color Cylindrical-coordinate representation of color #516F9B: hue angle of 215.68º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #516F9B is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 81 111 155 -
CMYK 0.48 0.28 0 0.39
HSL 215.68º 0.31% 0.46% -
HSV(B) 215.68º 0.48% 0.61% -
XYZ 14.99 15.48 33.21 -
YUV 107.05 155.06 109.42 -
System Red Green Blue C M Y K H S L
Decimal 81 111 155 0.48 0.28 0 0.39 215.68 0.31 0.46
Hex 51 6F 9B 30 1C 0 27 D8 1F 2E
Octal 121 157 233 60 34 0 47 330 37 56
Binary 1010001 1101111 10011011 110000 11100 0 100111 11011000 11111 101110

Color Harmonies of #516F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516F9B

Black with #516F9B

Text Example


Text Example

White with #516F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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