Html Css Color HEX #5A72AA San Marino

📋 copy color: '#5A72AA'

red 90 ◦ green 114 ◦ blue 170

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

Shades of San Marino #5A72AA

Tints of San Marino #5A72AA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.48%

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

R = 24.06%
G = 30.48%
B = 45.45%

CMYK

 C value IS 0.47

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5A72AA (or 0x5A72AA) is known color: San Marino. HEX triplet: 5A, 72 and AA. RGB value is (90,114,170). Sum of RGB (Red+Green+Blue) = 90+114+170=374 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.06% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 170 - color contains mainly: blue. Hex color #5A72AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A72AA is #A58D55. Grayscale: #707070. Windows color (decimal): -10849622 or 11170394. OLE color: 11170394.

HSL color Cylindrical-coordinate representation of color #5A72AA: hue angle of 222º 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 #5A72AA is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 90 114 170 -
CMYK 0.47 0.33 0 0.33
HSL 222º 0.32% 0.51% -
HSV(B) 222º 0.47% 0.67% -
XYZ 17.49 17.11 40.41 -
YUV 113.21 160.05 111.45 -
System Red Green Blue C M Y K H S L
Decimal 90 114 170 0.47 0.33 0 0.33 222 0.32 0.51
Hex 5A 72 AA 2F 21 0 21 DE 20 33
Octal 132 162 252 57 41 0 41 336 40 63
Binary 1011010 1110010 10101010 101111 100001 0 100001 11011110 100000 110011

Color Harmonies of #5A72AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A72AA

Black with #5A72AA

Text Example


Text Example

White with #5A72AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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