Html Css Color HEX #5978AC San Marino

📋 copy color: '#5978AC'

red 89 ◦ green 120 ◦ blue 172

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

Shades of San Marino #5978AC

Tints of San Marino #5978AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.14%

R = 23.36%
G = 31.5%
B = 45.14%

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

#5978AC (or 0x5978AC) is known color: San Marino. HEX triplet: 59, 78 and AC. RGB value is (89,120,172). Sum of RGB (Red+Green+Blue) = 89+120+172=381 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.36% from 381); Green value is 120 (47.27% from 255 or 31.50% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #5978AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5978AC is #A68753. Grayscale: #747474. Windows color (decimal): -10913620 or 11303001. OLE color: 11303001.

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

Color convert

RGB 89 120 172 -
CMYK 0.48 0.30 0 0.33
HSL 217.59º 0.33% 0.51% -
HSV(B) 217.59º 0.48% 0.67% -
XYZ 18.28 18.54 41.64 -
YUV 116.66 159.23 108.27 -
System Red Green Blue C M Y K H S L
Decimal 89 120 172 0.48 0.30 0 0.33 217.59 0.33 0.51
Hex 59 78 AC 30 1E 0 21 DA 21 33
Octal 131 170 254 60 36 0 41 332 41 63
Binary 1011001 1111000 10101100 110000 11110 0 100001 11011010 100001 110011

Color Harmonies of #5978AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5978AC

Black with #5978AC

Text Example


Text Example

White with #5978AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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