Html Css Color HEX #5978AA San Marino

📋 copy color: '#5978AA'

red 89 ◦ green 120 ◦ blue 170

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

Shades of San Marino #5978AA

Tints of San Marino #5978AA

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.66%

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

R = 23.48%
G = 31.66%
B = 44.85%

CMYK

 C value IS 0.48

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5978AA (or 0x5978AA) is known color: San Marino. HEX triplet: 59, 78 and AA. RGB value is (89,120,170). Sum of RGB (Red+Green+Blue) = 89+120+170=379 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.48% from 379); Green value is 120 (47.27% from 255 or 31.66% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #5978AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5978AA is #A68755. Grayscale: #747474. Windows color (decimal): -10913622 or 11171929. OLE color: 11171929.

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

Color convert

RGB 89 120 170 -
CMYK 0.48 0.29 0 0.33
HSL 217.04º 0.32% 0.51% -
HSV(B) 217.04º 0.48% 0.67% -
XYZ 18.09 18.46 40.64 -
YUV 116.43 158.23 108.43 -
System Red Green Blue C M Y K H S L
Decimal 89 120 170 0.48 0.29 0 0.33 217.04 0.32 0.51
Hex 59 78 AA 30 1D 0 21 D9 20 33
Octal 131 170 252 60 35 0 41 331 40 63
Binary 1011001 1111000 10101010 110000 11101 0 100001 11011001 100000 110011

Color Harmonies of #5978AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5978AA

Black with #5978AA

Text Example


Text Example

White with #5978AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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