Html Css Color HEX #5076AA San Marino

📋 copy color: '#5076AA'

red 80 ◦ green 118 ◦ blue 170

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

Shades of San Marino #5076AA

Tints of San Marino #5076AA

RGB

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

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

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

R = 21.74%
G = 32.07%
B = 46.2%

CMYK

 C value IS 0.53

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5076AA (or 0x5076AA) is known color: San Marino. HEX triplet: 50, 76 and AA. RGB value is (80,118,170). Sum of RGB (Red+Green+Blue) = 80+118+170=368 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.74% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 170 - color contains mainly: blue. Hex color #5076AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5076AA is #AF8955. Grayscale: #707070. Windows color (decimal): -11503958 or 11171408. OLE color: 11171408.

HSL color Cylindrical-coordinate representation of color #5076AA: hue angle of 214.67º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5076AA is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 118 170 -
CMYK 0.53 0.31 0 0.33
HSL 214.67º 0.36% 0.49% -
HSV(B) 214.67º 0.53% 0.67% -
XYZ 17.04 17.56 40.52 -
YUV 112.57 160.41 104.77 -
System Red Green Blue C M Y K H S L
Decimal 80 118 170 0.53 0.31 0 0.33 214.67 0.36 0.49
Hex 50 76 AA 35 1F 0 21 D7 24 31
Octal 120 166 252 65 37 0 41 327 44 61
Binary 1010000 1110110 10101010 110101 11111 0 100001 11010111 100100 110001

Color Harmonies of #5076AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5076AA

Black with #5076AA

Text Example


Text Example

White with #5076AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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