Html Css Color HEX #5979A6 San Marino

📋 copy color: '#5979A6'

red 89 ◦ green 121 ◦ blue 166

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

Shades of San Marino #5979A6

Tints of San Marino #5979A6

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.18%

 BLUE value IS 166 (65.23% from 255) = 44.15%

R = 23.67%
G = 32.18%
B = 44.15%

CMYK

 C value IS 0.46

 M value IS 0.27

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#5979A6 (or 0x5979A6) is known color: San Marino. HEX triplet: 59, 79 and A6. RGB value is (89,121,166). Sum of RGB (Red+Green+Blue) = 89+121+166=376 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.67% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 166 (65.23% from 255 or 44.15% from 376); Max value from RGB is 166 - color contains mainly: blue. Hex color #5979A6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5979A6 is #A68659. Grayscale: #747474. Windows color (decimal): -10913370 or 10910041. OLE color: 10910041.

HSL color Cylindrical-coordinate representation of color #5979A6: hue angle of 215.06º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5979A6 is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 89 121 166 -
CMYK 0.46 0.27 0 0.35
HSL 215.06º 0.3% 0.5% -
HSV(B) 215.06º 0.46% 0.65% -
XYZ 17.84 18.55 38.72 -
YUV 116.56 155.9 108.34 -
System Red Green Blue C M Y K H S L
Decimal 89 121 166 0.46 0.27 0 0.35 215.06 0.3 0.5
Hex 59 79 A6 2E 1B 0 23 D7 1E 32
Octal 131 171 246 56 33 0 43 327 36 62
Binary 1011001 1111001 10100110 101110 11011 0 100011 11010111 11110 110010

Color Harmonies of #5979A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5979A6

Black with #5979A6

Text Example


Text Example

White with #5979A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5979A6; }

 p { color: rgb(89,121,166); }

 H1.HeaderClassName
 {
   color: #5979A6;
 }
 .AnyTagClassName
 {
   color: #5979A6;
 }
</style>

background-color css

<style>
 a { background-color: #5979A6; }

 a { background-color: rgb(89,121,166); }

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

border-color css

<style>
 span { border-color: #5979A6; }

 span { border-color: rgb(89,121,166); }

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