Html Css Color HEX #5976A0 San Marino

📋 copy color: '#5976A0'

red 89 ◦ green 118 ◦ blue 160

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

Shades of San Marino #5976A0

Tints of San Marino #5976A0

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.15%

 BLUE value IS 160 (62.89% from 255) = 43.6%

R = 24.25%
G = 32.15%
B = 43.6%

CMYK

 C value IS 0.44

 M value IS 0.26

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#5976A0 (or 0x5976A0) is known color: San Marino. HEX triplet: 59, 76 and A0. RGB value is (89,118,160). Sum of RGB (Red+Green+Blue) = 89+118+160=367 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.25% from 367); Green value is 118 (46.48% from 255 or 32.15% from 367); Blue value is 160 (62.89% from 255 or 43.60% from 367); Max value from RGB is 160 - color contains mainly: blue. Hex color #5976A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5976A0 is #A6895F. Grayscale: #717171. Windows color (decimal): -10914144 or 10516057. OLE color: 10516057.

HSL color Cylindrical-coordinate representation of color #5976A0: hue angle of 215.49º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5976A0 is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 89 118 160 -
CMYK 0.44 0.26 0 0.37
HSL 215.49º 0.29% 0.49% -
HSV(B) 215.49º 0.44% 0.63% -
XYZ 16.94 17.62 35.77 -
YUV 114.12 153.89 110.08 -
System Red Green Blue C M Y K H S L
Decimal 89 118 160 0.44 0.26 0 0.37 215.49 0.29 0.49
Hex 59 76 A0 2C 1A 0 25 D7 1D 31
Octal 131 166 240 54 32 0 45 327 35 61
Binary 1011001 1110110 10100000 101100 11010 0 100101 11010111 11101 110001

Color Harmonies of #5976A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5976A0

Black with #5976A0

Text Example


Text Example

White with #5976A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5976A0; }

 p { color: rgb(89,118,160); }

 H1.HeaderClassName
 {
   color: #5976A0;
 }
 .AnyTagClassName
 {
   color: #5976A0;
 }
</style>

background-color css

<style>
 a { background-color: #5976A0; }

 a { background-color: rgb(89,118,160); }

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

border-color css

<style>
 span { border-color: #5976A0; }

 span { border-color: rgb(89,118,160); }

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