Html Css Color HEX #516FB3 San Marino

📋 copy color: '#516FB3'

red 81 ◦ green 111 ◦ blue 179

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

Shades of San Marino #516FB3

Tints of San Marino #516FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 48.25%

R = 21.83%
G = 29.92%
B = 48.25%

CMYK

 C value IS 0.55

 M value IS 0.38

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#516FB3 (or 0x516FB3) is known color: San Marino. HEX triplet: 51, 6F and B3. RGB value is (81,111,179). Sum of RGB (Red+Green+Blue) = 81+111+179=371 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.83% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 179 (70.31% from 255 or 48.25% from 371); Max value from RGB is 179 - color contains mainly: blue. Hex color #516FB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516FB3 is #AE904C. Grayscale: #6D6D6D. Windows color (decimal): -11440205 or 11759441. OLE color: 11759441.

HSL color Cylindrical-coordinate representation of color #516FB3: hue angle of 221.63º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #516FB3 is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 81 111 179 -
CMYK 0.55 0.38 0 0.30
HSL 221.63º 0.39% 0.51% -
HSV(B) 221.63º 0.55% 0.7% -
XYZ 17.21 16.37 44.9 -
YUV 109.78 167.06 107.47 -
System Red Green Blue C M Y K H S L
Decimal 81 111 179 0.55 0.38 0 0.30 221.63 0.39 0.51
Hex 51 6F B3 37 26 0 1E DE 27 33
Octal 121 157 263 67 46 0 36 336 47 63
Binary 1010001 1101111 10110011 110111 100110 0 11110 11011110 100111 110011

Color Harmonies of #516FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516FB3

Black with #516FB3

Text Example


Text Example

White with #516FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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