Html Css Color HEX #50709B San Marino

📋 copy color: '#50709B'

red 80 ◦ green 112 ◦ blue 155

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

Shades of San Marino #50709B

Tints of San Marino #50709B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.28%

 BLUE value IS 155 (60.94% from 255) = 44.67%

R = 23.05%
G = 32.28%
B = 44.67%

CMYK

 C value IS 0.48

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#50709B (or 0x50709B) is known color: San Marino. HEX triplet: 50, 70 and 9B. RGB value is (80,112,155). Sum of RGB (Red+Green+Blue) = 80+112+155=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 155 - color contains mainly: blue. Hex color #50709B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50709B is #AF8F64. Grayscale: #6B6B6B. Windows color (decimal): -11505509 or 10186832. OLE color: 10186832.

HSL color Cylindrical-coordinate representation of color #50709B: hue angle of 214.4º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #50709B is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 112 155 -
CMYK 0.48 0.28 0 0.39
HSL 214.4º 0.32% 0.46% -
HSV(B) 214.4º 0.48% 0.61% -
XYZ 15.02 15.66 33.24 -
YUV 107.33 154.9 108.5 -
System Red Green Blue C M Y K H S L
Decimal 80 112 155 0.48 0.28 0 0.39 214.4 0.32 0.46
Hex 50 70 9B 30 1C 0 27 D6 20 2E
Octal 120 160 233 60 34 0 47 326 40 56
Binary 1010000 1110000 10011011 110000 11100 0 100111 11010110 100000 101110

Color Harmonies of #50709B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50709B

Black with #50709B

Text Example


Text Example

White with #50709B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50709B; }

 p { color: rgb(80,112,155); }

 H1.HeaderClassName
 {
   color: #50709B;
 }
 .AnyTagClassName
 {
   color: #50709B;
 }
</style>

background-color css

<style>
 a { background-color: #50709B; }

 a { background-color: rgb(80,112,155); }

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

border-color css

<style>
 span { border-color: #50709B; }

 span { border-color: rgb(80,112,155); }

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