Html Css Color HEX #5976AA San Marino

📋 copy color: '#5976AA'

red 89 ◦ green 118 ◦ blue 170

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

Shades of San Marino #5976AA

Tints of San Marino #5976AA

RGB

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

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

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

R = 23.61%
G = 31.3%
B = 45.09%

CMYK

 C value IS 0.48

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5976AA (or 0x5976AA) is known color: San Marino. HEX triplet: 59, 76 and AA. RGB value is (89,118,170). Sum of RGB (Red+Green+Blue) = 89+118+170=377 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.61% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 170 - color contains mainly: blue. Hex color #5976AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5976AA is #A68955. Grayscale: #737373. Windows color (decimal): -10914134 or 11171417. OLE color: 11171417.

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

Color convert

RGB 89 118 170 -
CMYK 0.48 0.31 0 0.33
HSL 218.52º 0.32% 0.51% -
HSV(B) 218.52º 0.48% 0.67% -
XYZ 17.85 17.98 40.56 -
YUV 115.26 158.89 109.27 -
System Red Green Blue C M Y K H S L
Decimal 89 118 170 0.48 0.31 0 0.33 218.52 0.32 0.51
Hex 59 76 AA 30 1F 0 21 DB 20 33
Octal 131 166 252 60 37 0 41 333 40 63
Binary 1011001 1110110 10101010 110000 11111 0 100001 11011011 100000 110011

Color Harmonies of #5976AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5976AA

Black with #5976AA

Text Example


Text Example

White with #5976AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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