Html Css Color HEX #5972AA San Marino

📋 copy color: '#5972AA'

red 89 ◦ green 114 ◦ blue 170

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

Shades of San Marino #5972AA

Tints of San Marino #5972AA

RGB

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

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

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

R = 23.86%
G = 30.56%
B = 45.58%

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

#5972AA (or 0x5972AA) is known color: San Marino. HEX triplet: 59, 72 and AA. RGB value is (89,114,170). Sum of RGB (Red+Green+Blue) = 89+114+170=373 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.86% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 170 - color contains mainly: blue. Hex color #5972AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5972AA is #A68D55. Grayscale: #707070. Windows color (decimal): -10915158 or 11170393. OLE color: 11170393.

HSL color Cylindrical-coordinate representation of color #5972AA: hue angle of 221.48º degrees, saturation: 0.32, 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 #5972AA is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 89 114 170 -
CMYK 0.48 0.33 0 0.33
HSL 221.48º 0.32% 0.51% -
HSV(B) 221.48º 0.48% 0.67% -
XYZ 17.39 17.06 40.41 -
YUV 112.91 160.22 110.95 -
System Red Green Blue C M Y K H S L
Decimal 89 114 170 0.48 0.33 0 0.33 221.48 0.32 0.51
Hex 59 72 AA 30 21 0 21 DD 20 33
Octal 131 162 252 60 41 0 41 335 40 63
Binary 1011001 1110010 10101010 110000 100001 0 100001 11011101 100000 110011

Color Harmonies of #5972AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5972AA

Black with #5972AA

Text Example


Text Example

White with #5972AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5972AA; }

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

 H1.HeaderClassName
 {
   color: #5972AA;
 }
 .AnyTagClassName
 {
   color: #5972AA;
 }
</style>

background-color css

<style>
 a { background-color: #5972AA; }

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

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

border-color css

<style>
 span { border-color: #5972AA; }

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

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