Html Css Color HEX #5970AA San Marino

📋 copy color: '#5970AA'

red 89 ◦ green 112 ◦ blue 170

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

Shades of San Marino #5970AA

Tints of San Marino #5970AA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.19%

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

R = 23.99%
G = 30.19%
B = 45.82%

CMYK

 C value IS 0.48

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5970AA (or 0x5970AA) is known color: San Marino. HEX triplet: 59, 70 and AA. RGB value is (89,112,170). Sum of RGB (Red+Green+Blue) = 89+112+170=371 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.99% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 170 - color contains mainly: blue. Hex color #5970AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5970AA is #A68F55. Grayscale: #6F6F6F. Windows color (decimal): -10915670 or 11169881. OLE color: 11169881.

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

Color convert

RGB 89 112 170 -
CMYK 0.48 0.34 0 0.33
HSL 222.96º 0.32% 0.51% -
HSV(B) 222.96º 0.48% 0.67% -
XYZ 17.17 16.61 40.33 -
YUV 111.74 160.88 111.78 -
System Red Green Blue C M Y K H S L
Decimal 89 112 170 0.48 0.34 0 0.33 222.96 0.32 0.51
Hex 59 70 AA 30 22 0 21 DF 20 33
Octal 131 160 252 60 42 0 41 337 40 63
Binary 1011001 1110000 10101010 110000 100010 0 100001 11011111 100000 110011

Color Harmonies of #5970AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5970AA

Black with #5970AA

Text Example


Text Example

White with #5970AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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