Html Css Color HEX #5076AB San Marino

📋 copy color: '#5076AB'

red 80 ◦ green 118 ◦ blue 171

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

Shades of San Marino #5076AB

Tints of San Marino #5076AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.34%

R = 21.68%
G = 31.98%
B = 46.34%

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

#5076AB (or 0x5076AB) is known color: San Marino. HEX triplet: 50, 76 and AB. RGB value is (80,118,171). Sum of RGB (Red+Green+Blue) = 80+118+171=369 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.68% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 171 - color contains mainly: blue. Hex color #5076AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5076AB is #AF8954. Grayscale: #707070. Windows color (decimal): -11503957 or 11236944. OLE color: 11236944.

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

Color convert

RGB 80 118 171 -
CMYK 0.53 0.31 0 0.33
HSL 214.95º 0.36% 0.49% -
HSV(B) 214.95º 0.53% 0.67% -
XYZ 17.14 17.6 41.02 -
YUV 112.68 160.91 104.69 -
System Red Green Blue C M Y K H S L
Decimal 80 118 171 0.53 0.31 0 0.33 214.95 0.36 0.49
Hex 50 76 AB 35 1F 0 21 D7 24 31
Octal 120 166 253 65 37 0 41 327 44 61
Binary 1010000 1110110 10101011 110101 11111 0 100001 11010111 100100 110001

Color Harmonies of #5076AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5076AB

Black with #5076AB

Text Example


Text Example

White with #5076AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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