Html Css Color HEX #516BAC San Marino

📋 copy color: '#516BAC'

red 81 ◦ green 107 ◦ blue 172

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

Shades of San Marino #516BAC

Tints of San Marino #516BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.78%

R = 22.5%
G = 29.72%
B = 47.78%

CMYK

 C value IS 0.53

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#516BAC (or 0x516BAC) is known color: San Marino. HEX triplet: 51, 6B and AC. RGB value is (81,107,172). Sum of RGB (Red+Green+Blue) = 81+107+172=360 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.5% from 360); Green value is 107 (42.19% from 255 or 29.72% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 172 - color contains mainly: blue. Hex color #516BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516BAC is #AE9453. Grayscale: #6A6A6A. Windows color (decimal): -11441236 or 11299665. OLE color: 11299665.

HSL color Cylindrical-coordinate representation of color #516BAC: hue angle of 222.86º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #516BAC is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 81 107 172 -
CMYK 0.53 0.38 0 0.33
HSL 222.86º 0.36% 0.5% -
HSV(B) 222.86º 0.53% 0.67% -
XYZ 16.1 15.24 41.12 -
YUV 106.64 164.89 109.71 -
System Red Green Blue C M Y K H S L
Decimal 81 107 172 0.53 0.38 0 0.33 222.86 0.36 0.5
Hex 51 6B AC 35 26 0 21 DF 24 32
Octal 121 153 254 65 46 0 41 337 44 62
Binary 1010001 1101011 10101100 110101 100110 0 100001 11011111 100100 110010

Color Harmonies of #516BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516BAC

Black with #516BAC

Text Example


Text Example

White with #516BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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