Html Css Color HEX #516CAB San Marino

📋 copy color: '#516CAB'

red 81 ◦ green 108 ◦ blue 171

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

Shades of San Marino #516CAB

Tints of San Marino #516CAB

RGB

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

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

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

R = 22.5%
G = 30%
B = 47.5%

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

#516CAB (or 0x516CAB) is known color: San Marino. HEX triplet: 51, 6C and AB. RGB value is (81,108,171). Sum of RGB (Red+Green+Blue) = 81+108+171=360 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.5% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #516CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516CAB is #AE9354. Grayscale: #6A6A6A. Windows color (decimal): -11440981 or 11234385. OLE color: 11234385.

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

Color convert

RGB 81 108 171 -
CMYK 0.53 0.37 0 0.33
HSL 222º 0.36% 0.49% -
HSV(B) 222º 0.53% 0.67% -
XYZ 16.11 15.41 40.65 -
YUV 107.11 164.05 109.38 -
System Red Green Blue C M Y K H S L
Decimal 81 108 171 0.53 0.37 0 0.33 222 0.36 0.49
Hex 51 6C AB 35 25 0 21 DE 24 31
Octal 121 154 253 65 45 0 41 336 44 61
Binary 1010001 1101100 10101011 110101 100101 0 100001 11011110 100100 110001

Color Harmonies of #516CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516CAB

Black with #516CAB

Text Example


Text Example

White with #516CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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