Html Css Color HEX #5976AE San Marino

📋 copy color: '#5976AE'

red 89 ◦ green 118 ◦ blue 174

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

Shades of San Marino #5976AE

Tints of San Marino #5976AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 45.67%

R = 23.36%
G = 30.97%
B = 45.67%

CMYK

 C value IS 0.49

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5976AE (or 0x5976AE) is known color: San Marino. HEX triplet: 59, 76 and AE. RGB value is (89,118,174). Sum of RGB (Red+Green+Blue) = 89+118+174=381 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.36% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 174 (68.36% from 255 or 45.67% from 381); Max value from RGB is 174 - color contains mainly: blue. Hex color #5976AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5976AE is #A68951. Grayscale: #737373. Windows color (decimal): -10914130 or 11433561. OLE color: 11433561.

HSL color Cylindrical-coordinate representation of color #5976AE: hue angle of 219.53º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5976AE is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 89 118 174 -
CMYK 0.49 0.32 0 0.32
HSL 219.53º 0.34% 0.52% -
HSV(B) 219.53º 0.49% 0.68% -
XYZ 18.24 18.14 42.58 -
YUV 115.71 160.89 108.95 -
System Red Green Blue C M Y K H S L
Decimal 89 118 174 0.49 0.32 0 0.32 219.53 0.34 0.52
Hex 59 76 AE 31 20 0 20 DC 22 34
Octal 131 166 256 61 40 0 40 334 42 64
Binary 1011001 1110110 10101110 110001 100000 0 100000 11011100 100010 110100

Color Harmonies of #5976AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5976AE

Black with #5976AE

Text Example


Text Example

White with #5976AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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