Html Css Color HEX #5076AE San Marino

📋 copy color: '#5076AE'

red 80 ◦ green 118 ◦ blue 174

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

Shades of San Marino #5076AE

Tints of San Marino #5076AE

RGB

 RED value IS 80 (31.64% from 255) = 21.51%

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

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

R = 21.51%
G = 31.72%
B = 46.77%

CMYK

 C value IS 0.54

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5076AE (or 0x5076AE) is known color: San Marino. HEX triplet: 50, 76 and AE. RGB value is (80,118,174). Sum of RGB (Red+Green+Blue) = 80+118+174=372 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.51% from 372); Green value is 118 (46.48% from 255 or 31.72% from 372); Blue value is 174 (68.36% from 255 or 46.77% from 372); Max value from RGB is 174 - color contains mainly: blue. Hex color #5076AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5076AE is #AF8951. Grayscale: #707070. Windows color (decimal): -11503954 or 11433552. OLE color: 11433552.

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

Color convert

RGB 80 118 174 -
CMYK 0.54 0.32 0 0.32
HSL 215.74º 0.37% 0.5% -
HSV(B) 215.74º 0.54% 0.68% -
XYZ 17.43 17.72 42.55 -
YUV 113.02 162.41 104.45 -
System Red Green Blue C M Y K H S L
Decimal 80 118 174 0.54 0.32 0 0.32 215.74 0.37 0.5
Hex 50 76 AE 36 20 0 20 D8 25 32
Octal 120 166 256 66 40 0 40 330 45 62
Binary 1010000 1110110 10101110 110110 100000 0 100000 11011000 100101 110010

Color Harmonies of #5076AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5076AE

Black with #5076AE

Text Example


Text Example

White with #5076AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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