Html Css Color HEX #516CAF San Marino

📋 copy color: '#516CAF'

red 81 ◦ green 108 ◦ blue 175

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

Shades of San Marino #516CAF

Tints of San Marino #516CAF

RGB

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

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

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

R = 22.25%
G = 29.67%
B = 48.08%

CMYK

 C value IS 0.54

 M value IS 0.38

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#516CAF (or 0x516CAF) is known color: San Marino. HEX triplet: 51, 6C and AF. RGB value is (81,108,175). Sum of RGB (Red+Green+Blue) = 81+108+175=364 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.25% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 175 (68.75% from 255 or 48.08% from 364); Max value from RGB is 175 - color contains mainly: blue. Hex color #516CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516CAF is #AE9350. Grayscale: #6B6B6B. Windows color (decimal): -11440977 or 11496529. OLE color: 11496529.

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

Color convert

RGB 81 108 175 -
CMYK 0.54 0.38 0 0.31
HSL 222.77º 0.37% 0.5% -
HSV(B) 222.77º 0.54% 0.69% -
XYZ 16.49 15.57 42.69 -
YUV 107.57 166.05 109.05 -
System Red Green Blue C M Y K H S L
Decimal 81 108 175 0.54 0.38 0 0.31 222.77 0.37 0.5
Hex 51 6C AF 36 26 0 1F DF 25 32
Octal 121 154 257 66 46 0 37 337 45 62
Binary 1010001 1101100 10101111 110110 100110 0 11111 11011111 100101 110010

Color Harmonies of #516CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516CAF

Black with #516CAF

Text Example


Text Example

White with #516CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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