Html Css Color HEX #5978AB San Marino

📋 copy color: '#5978AB'

red 89 ◦ green 120 ◦ blue 171

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

Shades of San Marino #5978AB

Tints of San Marino #5978AB

RGB

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

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

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

R = 23.42%
G = 31.58%
B = 45%

CMYK

 C value IS 0.48

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5978AB (or 0x5978AB) is known color: San Marino. HEX triplet: 59, 78 and AB. RGB value is (89,120,171). Sum of RGB (Red+Green+Blue) = 89+120+171=380 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.42% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 171 - color contains mainly: blue. Hex color #5978AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5978AB is #A68754. Grayscale: #747474. Windows color (decimal): -10913621 or 11237465. OLE color: 11237465.

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

Color convert

RGB 89 120 171 -
CMYK 0.48 0.30 0 0.33
HSL 217.32º 0.33% 0.51% -
HSV(B) 217.32º 0.48% 0.67% -
XYZ 18.19 18.5 41.14 -
YUV 116.55 158.73 108.35 -
System Red Green Blue C M Y K H S L
Decimal 89 120 171 0.48 0.30 0 0.33 217.32 0.33 0.51
Hex 59 78 AB 30 1E 0 21 D9 21 33
Octal 131 170 253 60 36 0 41 331 41 63
Binary 1011001 1111000 10101011 110000 11110 0 100001 11011001 100001 110011

Color Harmonies of #5978AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5978AB

Black with #5978AB

Text Example


Text Example

White with #5978AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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