Html Css Color HEX #516BAB San Marino

📋 copy color: '#516BAB'

red 81 ◦ green 107 ◦ blue 171

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

Shades of San Marino #516BAB

Tints of San Marino #516BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.63%

R = 22.56%
G = 29.81%
B = 47.63%

CMYK

 C value IS 0.53

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#516BAB (or 0x516BAB) is known color: San Marino. HEX triplet: 51, 6B and AB. RGB value is (81,107,171). Sum of RGB (Red+Green+Blue) = 81+107+171=359 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.56% from 359); Green value is 107 (42.19% from 255 or 29.81% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #516BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516BAB is #AE9454. Grayscale: #6A6A6A. Windows color (decimal): -11441237 or 11234129. OLE color: 11234129.

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

Color convert

RGB 81 107 171 -
CMYK 0.53 0.37 0 0.33
HSL 222.67º 0.36% 0.49% -
HSV(B) 222.67º 0.53% 0.67% -
XYZ 16 15.21 40.62 -
YUV 106.52 164.39 109.8 -
System Red Green Blue C M Y K H S L
Decimal 81 107 171 0.53 0.37 0 0.33 222.67 0.36 0.49
Hex 51 6B AB 35 25 0 21 DF 24 31
Octal 121 153 253 65 45 0 41 337 44 61
Binary 1010001 1101011 10101011 110101 100101 0 100001 11011111 100100 110001

Color Harmonies of #516BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516BAB

Black with #516BAB

Text Example


Text Example

White with #516BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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