Html Css Color HEX #5A74AD San Marino

📋 copy color: '#5A74AD'

red 90 ◦ green 116 ◦ blue 173

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

Shades of San Marino #5A74AD

Tints of San Marino #5A74AD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.61%

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

R = 23.75%
G = 30.61%
B = 45.65%

CMYK

 C value IS 0.48

 M value IS 0.33

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5A74AD (or 0x5A74AD) is known color: San Marino. HEX triplet: 5A, 74 and AD. RGB value is (90,116,173). Sum of RGB (Red+Green+Blue) = 90+116+173=379 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.75% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 173 - color contains mainly: blue. Hex color #5A74AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A74AD is #A58B52. Grayscale: #727272. Windows color (decimal): -10849107 or 11367514. OLE color: 11367514.

HSL color Cylindrical-coordinate representation of color #5A74AD: hue angle of 221.2º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5A74AD is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 90 116 173 -
CMYK 0.48 0.33 0 0.32
HSL 221.2º 0.34% 0.52% -
HSV(B) 221.2º 0.48% 0.68% -
XYZ 18 17.68 42 -
YUV 114.72 160.89 110.37 -
System Red Green Blue C M Y K H S L
Decimal 90 116 173 0.48 0.33 0 0.32 221.2 0.34 0.52
Hex 5A 74 AD 30 21 0 20 DD 22 34
Octal 132 164 255 60 41 0 40 335 42 64
Binary 1011010 1110100 10101101 110000 100001 0 100000 11011101 100010 110100

Color Harmonies of #5A74AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A74AD

Black with #5A74AD

Text Example


Text Example

White with #5A74AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,116,173); }

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

background-color css

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

 a { background-color: rgb(90,116,173); }

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

border-color css

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

 span { border-color: rgb(90,116,173); }

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