Html Css Color HEX #5A71AB San Marino

📋 copy color: '#5A71AB'

red 90 ◦ green 113 ◦ blue 171

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

Shades of San Marino #5A71AB

Tints of San Marino #5A71AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.72%

R = 24.06%
G = 30.21%
B = 45.72%

CMYK

 C value IS 0.47

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5A71AB (or 0x5A71AB) is known color: San Marino. HEX triplet: 5A, 71 and AB. RGB value is (90,113,171). Sum of RGB (Red+Green+Blue) = 90+113+171=374 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.06% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #5A71AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A71AB is #A58E54. Grayscale: #707070. Windows color (decimal): -10849877 or 11235674. OLE color: 11235674.

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

Color convert

RGB 90 113 171 -
CMYK 0.47 0.34 0 0.33
HSL 222.96º 0.33% 0.51% -
HSV(B) 222.96º 0.47% 0.67% -
XYZ 17.47 16.92 40.87 -
YUV 112.74 160.88 111.78 -
System Red Green Blue C M Y K H S L
Decimal 90 113 171 0.47 0.34 0 0.33 222.96 0.33 0.51
Hex 5A 71 AB 2F 22 0 21 DF 21 33
Octal 132 161 253 57 42 0 41 337 41 63
Binary 1011010 1110001 10101011 101111 100010 0 100001 11011111 100001 110011

Color Harmonies of #5A71AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A71AB

Black with #5A71AB

Text Example


Text Example

White with #5A71AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,113,171); }

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

background-color css

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

 a { background-color: rgb(90,113,171); }

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

border-color css

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

 span { border-color: rgb(90,113,171); }

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