Html Css Color HEX #5A73AA San Marino

📋 copy color: '#5A73AA'

red 90 ◦ green 115 ◦ blue 170

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

Shades of San Marino #5A73AA

Tints of San Marino #5A73AA

RGB

 RED value IS 90 (35.55% from 255) = 24%

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

 BLUE value IS 170 (66.8% from 255) = 45.33%

R = 24%
G = 30.67%
B = 45.33%

CMYK

 C value IS 0.47

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5A73AA (or 0x5A73AA) is known color: San Marino. HEX triplet: 5A, 73 and AA. RGB value is (90,115,170). Sum of RGB (Red+Green+Blue) = 90+115+170=375 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 170 - color contains mainly: blue. Hex color #5A73AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A73AA is #A58C55. Grayscale: #717171. Windows color (decimal): -10849366 or 11170650. OLE color: 11170650.

HSL color Cylindrical-coordinate representation of color #5A73AA: hue angle of 221.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5A73AA is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 90 115 170 -
CMYK 0.47 0.32 0 0.33
HSL 221.25º 0.32% 0.51% -
HSV(B) 221.25º 0.47% 0.67% -
XYZ 17.6 17.34 40.45 -
YUV 113.8 159.72 111.03 -
System Red Green Blue C M Y K H S L
Decimal 90 115 170 0.47 0.32 0 0.33 221.25 0.32 0.51
Hex 5A 73 AA 2F 20 0 21 DD 20 33
Octal 132 163 252 57 40 0 41 335 40 63
Binary 1011010 1110011 10101010 101111 100000 0 100001 11011101 100000 110011

Color Harmonies of #5A73AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A73AA

Black with #5A73AA

Text Example


Text Example

White with #5A73AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A73AA; }

 p { color: rgb(90,115,170); }

 H1.HeaderClassName
 {
   color: #5A73AA;
 }
 .AnyTagClassName
 {
   color: #5A73AA;
 }
</style>

background-color css

<style>
 a { background-color: #5A73AA; }

 a { background-color: rgb(90,115,170); }

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

border-color css

<style>
 span { border-color: #5A73AA; }

 span { border-color: rgb(90,115,170); }

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