Html Css Color HEX #5373A5 San Marino

📋 copy color: '#5373A5'

red 83 ◦ green 115 ◦ blue 165

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

Shades of San Marino #5373A5

Tints of San Marino #5373A5

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.68%

 BLUE value IS 165 (64.84% from 255) = 45.45%

R = 22.87%
G = 31.68%
B = 45.45%

CMYK

 C value IS 0.50

 M value IS 0.30

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#5373A5 (or 0x5373A5) is known color: San Marino. HEX triplet: 53, 73 and A5. RGB value is (83,115,165). Sum of RGB (Red+Green+Blue) = 83+115+165=363 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.87% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 165 (64.84% from 255 or 45.45% from 363); Max value from RGB is 165 - color contains mainly: blue. Hex color #5373A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5373A5 is #AC8C5A. Grayscale: #6E6E6E. Windows color (decimal): -11308123 or 10842963. OLE color: 10842963.

HSL color Cylindrical-coordinate representation of color #5373A5: hue angle of 216.59º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5373A5 is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 83 115 165 -
CMYK 0.50 0.30 0 0.35
HSL 216.59º 0.33% 0.49% -
HSV(B) 216.59º 0.5% 0.65% -
XYZ 16.49 16.82 37.97 -
YUV 111.13 158.4 107.93 -
System Red Green Blue C M Y K H S L
Decimal 83 115 165 0.50 0.30 0 0.35 216.59 0.33 0.49
Hex 53 73 A5 32 1E 0 23 D9 21 31
Octal 123 163 245 62 36 0 43 331 41 61
Binary 1010011 1110011 10100101 110010 11110 0 100011 11011001 100001 110001

Color Harmonies of #5373A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5373A5

Black with #5373A5

Text Example


Text Example

White with #5373A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5373A5; }

 p { color: rgb(83,115,165); }

 H1.HeaderClassName
 {
   color: #5373A5;
 }
 .AnyTagClassName
 {
   color: #5373A5;
 }
</style>

background-color css

<style>
 a { background-color: #5373A5; }

 a { background-color: rgb(83,115,165); }

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

border-color css

<style>
 span { border-color: #5373A5; }

 span { border-color: rgb(83,115,165); }

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