Html Css Color HEX #5170AD San Marino

📋 copy color: '#5170AD'

red 81 ◦ green 112 ◦ blue 173

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

Shades of San Marino #5170AD

Tints of San Marino #5170AD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.6%

 BLUE value IS 173 (67.97% from 255) = 47.27%

R = 22.13%
G = 30.6%
B = 47.27%

CMYK

 C value IS 0.53

 M value IS 0.35

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5170AD (or 0x5170AD) is known color: San Marino. HEX triplet: 51, 70 and AD. RGB value is (81,112,173). Sum of RGB (Red+Green+Blue) = 81+112+173=366 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.13% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 173 (67.97% from 255 or 47.27% from 366); Max value from RGB is 173 - color contains mainly: blue. Hex color #5170AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5170AD is #AE8F52. Grayscale: #6D6D6D. Windows color (decimal): -11439955 or 11366481. OLE color: 11366481.

HSL color Cylindrical-coordinate representation of color #5170AD: hue angle of 219.78º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5170AD is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 81 112 173 -
CMYK 0.53 0.35 0 0.32
HSL 219.78º 0.36% 0.5% -
HSV(B) 219.78º 0.53% 0.68% -
XYZ 16.73 16.35 41.81 -
YUV 109.69 163.73 107.54 -
System Red Green Blue C M Y K H S L
Decimal 81 112 173 0.53 0.35 0 0.32 219.78 0.36 0.5
Hex 51 70 AD 35 23 0 20 DC 24 32
Octal 121 160 255 65 43 0 40 334 44 62
Binary 1010001 1110000 10101101 110101 100011 0 100000 11011100 100100 110010

Color Harmonies of #5170AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5170AD

Black with #5170AD

Text Example


Text Example

White with #5170AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5170AD; }

 p { color: rgb(81,112,173); }

 H1.HeaderClassName
 {
   color: #5170AD;
 }
 .AnyTagClassName
 {
   color: #5170AD;
 }
</style>

background-color css

<style>
 a { background-color: #5170AD; }

 a { background-color: rgb(81,112,173); }

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

border-color css

<style>
 span { border-color: #5170AD; }

 span { border-color: rgb(81,112,173); }

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