Html Css Color HEX #516BAF San Marino

📋 copy color: '#516BAF'

red 81 ◦ green 107 ◦ blue 175

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

Shades of San Marino #516BAF

Tints of San Marino #516BAF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.48%

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

R = 22.31%
G = 29.48%
B = 48.21%

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

#516BAF (or 0x516BAF) is known color: San Marino. HEX triplet: 51, 6B and AF. RGB value is (81,107,175). Sum of RGB (Red+Green+Blue) = 81+107+175=363 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.31% from 363); Green value is 107 (42.19% from 255 or 29.48% from 363); Blue value is 175 (68.75% from 255 or 48.21% from 363); Max value from RGB is 175 - color contains mainly: blue. Hex color #516BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516BAF is #AE9450. Grayscale: #6A6A6A. Windows color (decimal): -11441233 or 11496273. OLE color: 11496273.

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

Color convert

RGB 81 107 175 -
CMYK 0.54 0.39 0 0.31
HSL 223.4º 0.37% 0.5% -
HSV(B) 223.4º 0.54% 0.69% -
XYZ 16.39 15.36 42.66 -
YUV 106.98 166.39 109.47 -
System Red Green Blue C M Y K H S L
Decimal 81 107 175 0.54 0.39 0 0.31 223.4 0.37 0.5
Hex 51 6B AF 36 27 0 1F DF 25 32
Octal 121 153 257 66 47 0 37 337 45 62
Binary 1010001 1101011 10101111 110110 100111 0 11111 11011111 100101 110010

Color Harmonies of #516BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516BAF

Black with #516BAF

Text Example


Text Example

White with #516BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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