Html Css Color HEX #516CAC San Marino

📋 copy color: '#516CAC'

red 81 ◦ green 108 ◦ blue 172

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

Shades of San Marino #516CAC

Tints of San Marino #516CAC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.92%

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

R = 22.44%
G = 29.92%
B = 47.65%

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

#516CAC (or 0x516CAC) is known color: San Marino. HEX triplet: 51, 6C and AC. RGB value is (81,108,172). Sum of RGB (Red+Green+Blue) = 81+108+172=361 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.44% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 172 - color contains mainly: blue. Hex color #516CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516CAC is #AE9353. Grayscale: #6A6A6A. Windows color (decimal): -11440980 or 11299921. OLE color: 11299921.

HSL color Cylindrical-coordinate representation of color #516CAC: hue angle of 222.2º 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 #516CAC is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 81 108 172 -
CMYK 0.53 0.37 0 0.33
HSL 222.2º 0.36% 0.5% -
HSV(B) 222.2º 0.53% 0.67% -
XYZ 16.2 15.45 41.16 -
YUV 107.22 164.55 109.3 -
System Red Green Blue C M Y K H S L
Decimal 81 108 172 0.53 0.37 0 0.33 222.2 0.36 0.5
Hex 51 6C AC 35 25 0 21 DE 24 32
Octal 121 154 254 65 45 0 41 336 44 62
Binary 1010001 1101100 10101100 110101 100101 0 100001 11011110 100100 110010

Color Harmonies of #516CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516CAC

Black with #516CAC

Text Example


Text Example

White with #516CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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