Html Css Color HEX #5973AB San Marino

📋 copy color: '#5973AB'

red 89 ◦ green 115 ◦ blue 171

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

Shades of San Marino #5973AB

Tints of San Marino #5973AB

RGB

 RED value IS 89 (35.16% from 255) = 23.73%

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

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

R = 23.73%
G = 30.67%
B = 45.6%

CMYK

 C value IS 0.48

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5973AB (or 0x5973AB) is known color: San Marino. HEX triplet: 59, 73 and AB. RGB value is (89,115,171). Sum of RGB (Red+Green+Blue) = 89+115+171=375 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.73% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #5973AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5973AB is #A68C54. Grayscale: #717171. Windows color (decimal): -10914901 or 11236185. OLE color: 11236185.

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

Color convert

RGB 89 115 171 -
CMYK 0.48 0.33 0 0.33
HSL 220.98º 0.33% 0.51% -
HSV(B) 220.98º 0.48% 0.67% -
XYZ 17.6 17.33 40.94 -
YUV 113.61 160.39 110.45 -
System Red Green Blue C M Y K H S L
Decimal 89 115 171 0.48 0.33 0 0.33 220.98 0.33 0.51
Hex 59 73 AB 30 21 0 21 DD 21 33
Octal 131 163 253 60 41 0 41 335 41 63
Binary 1011001 1110011 10101011 110000 100001 0 100001 11011101 100001 110011

Color Harmonies of #5973AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5973AB

Black with #5973AB

Text Example


Text Example

White with #5973AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5973AB; }

 p { color: rgb(89,115,171); }

 H1.HeaderClassName
 {
   color: #5973AB;
 }
 .AnyTagClassName
 {
   color: #5973AB;
 }
</style>

background-color css

<style>
 a { background-color: #5973AB; }

 a { background-color: rgb(89,115,171); }

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

border-color css

<style>
 span { border-color: #5973AB; }

 span { border-color: rgb(89,115,171); }

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