Html Css Color HEX #5371AD San Marino

📋 copy color: '#5371AD'

red 83 ◦ green 113 ◦ blue 173

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

Shades of San Marino #5371AD

Tints of San Marino #5371AD

RGB

 RED value IS 83 (32.81% from 255) = 22.49%

 GREEN value IS 113 (44.53% from 255) = 30.62%

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

R = 22.49%
G = 30.62%
B = 46.88%

CMYK

 C value IS 0.52

 M value IS 0.35

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5371AD (or 0x5371AD) is known color: San Marino. HEX triplet: 53, 71 and AD. RGB value is (83,113,173). Sum of RGB (Red+Green+Blue) = 83+113+173=369 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.49% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 173 (67.97% from 255 or 46.88% from 369); Max value from RGB is 173 - color contains mainly: blue. Hex color #5371AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5371AD is #AC8E52. Grayscale: #6E6E6E. Windows color (decimal): -11308627 or 11366739. OLE color: 11366739.

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

Color convert

RGB 83 113 173 -
CMYK 0.52 0.35 0 0.32
HSL 220º 0.35% 0.5% -
HSV(B) 220º 0.52% 0.68% -
XYZ 17.02 16.67 41.86 -
YUV 110.87 163.06 108.12 -
System Red Green Blue C M Y K H S L
Decimal 83 113 173 0.52 0.35 0 0.32 220 0.35 0.5
Hex 53 71 AD 34 23 0 20 DC 23 32
Octal 123 161 255 64 43 0 40 334 43 62
Binary 1010011 1110001 10101101 110100 100011 0 100000 11011100 100011 110010

Color Harmonies of #5371AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5371AD

Black with #5371AD

Text Example


Text Example

White with #5371AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,113,173); }

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

background-color css

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

 a { background-color: rgb(83,113,173); }

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

border-color css

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

 span { border-color: rgb(83,113,173); }

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