Html Css Color HEX #5970AB San Marino

📋 copy color: '#5970AB'

red 89 ◦ green 112 ◦ blue 171

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

Shades of San Marino #5970AB

Tints of San Marino #5970AB

RGB

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

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

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

R = 23.92%
G = 30.11%
B = 45.97%

CMYK

 C value IS 0.48

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5970AB (or 0x5970AB) is known color: San Marino. HEX triplet: 59, 70 and AB. RGB value is (89,112,171). Sum of RGB (Red+Green+Blue) = 89+112+171=372 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.92% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 171 - color contains mainly: blue. Hex color #5970AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5970AB is #A68F54. Grayscale: #6F6F6F. Windows color (decimal): -10915669 or 11235417. OLE color: 11235417.

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

Color convert

RGB 89 112 171 -
CMYK 0.48 0.35 0 0.33
HSL 223.17º 0.33% 0.51% -
HSV(B) 223.17º 0.48% 0.67% -
XYZ 17.26 16.65 40.83 -
YUV 111.85 161.38 111.7 -
System Red Green Blue C M Y K H S L
Decimal 89 112 171 0.48 0.35 0 0.33 223.17 0.33 0.51
Hex 59 70 AB 30 23 0 21 DF 21 33
Octal 131 160 253 60 43 0 41 337 41 63
Binary 1011001 1110000 10101011 110000 100011 0 100001 11011111 100001 110011

Color Harmonies of #5970AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5970AB

Black with #5970AB

Text Example


Text Example

White with #5970AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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