Html Css Color HEX #5075AD San Marino

📋 copy color: '#5075AD'

red 80 ◦ green 117 ◦ blue 173

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

Shades of San Marino #5075AD

Tints of San Marino #5075AD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.62%

 BLUE value IS 173 (67.97% from 255) = 46.76%

R = 21.62%
G = 31.62%
B = 46.76%

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

#5075AD (or 0x5075AD) is known color: San Marino. HEX triplet: 50, 75 and AD. RGB value is (80,117,173). Sum of RGB (Red+Green+Blue) = 80+117+173=370 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.62% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 173 (67.97% from 255 or 46.76% from 370); Max value from RGB is 173 - color contains mainly: blue. Hex color #5075AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5075AD is #AF8A52. Grayscale: #707070. Windows color (decimal): -11504211 or 11367760. OLE color: 11367760.

HSL color Cylindrical-coordinate representation of color #5075AD: hue angle of 216.13º 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 #5075AD is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 80 117 173 -
CMYK 0.54 0.32 0 0.32
HSL 216.13º 0.37% 0.5% -
HSV(B) 216.13º 0.54% 0.68% -
XYZ 17.21 17.45 42 -
YUV 112.32 162.24 104.95 -
System Red Green Blue C M Y K H S L
Decimal 80 117 173 0.54 0.32 0 0.32 216.13 0.37 0.5
Hex 50 75 AD 36 20 0 20 D8 25 32
Octal 120 165 255 66 40 0 40 330 45 62
Binary 1010000 1110101 10101101 110110 100000 0 100000 11011000 100101 110010

Color Harmonies of #5075AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5075AD

Black with #5075AD

Text Example


Text Example

White with #5075AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5075AD; }

 p { color: rgb(80,117,173); }

 H1.HeaderClassName
 {
   color: #5075AD;
 }
 .AnyTagClassName
 {
   color: #5075AD;
 }
</style>

background-color css

<style>
 a { background-color: #5075AD; }

 a { background-color: rgb(80,117,173); }

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

border-color css

<style>
 span { border-color: #5075AD; }

 span { border-color: rgb(80,117,173); }

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