Html Css Color HEX #50709F San Marino

📋 copy color: '#50709F'

red 80 ◦ green 112 ◦ blue 159

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

Shades of San Marino #50709F

Tints of San Marino #50709F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 45.3%

R = 22.79%
G = 31.91%
B = 45.3%

CMYK

 C value IS 0.50

 M value IS 0.30

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#50709F (or 0x50709F) is known color: San Marino. HEX triplet: 50, 70 and 9F. RGB value is (80,112,159). Sum of RGB (Red+Green+Blue) = 80+112+159=351 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.79% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 159 (62.5% from 255 or 45.30% from 351); Max value from RGB is 159 - color contains mainly: blue. Hex color #50709F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50709F is #AF8F60. Grayscale: #6B6B6B. Windows color (decimal): -11505505 or 10448976. OLE color: 10448976.

HSL color Cylindrical-coordinate representation of color #50709F: hue angle of 215.7º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50709F is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 112 159 -
CMYK 0.50 0.30 0 0.38
HSL 215.7º 0.33% 0.47% -
HSV(B) 215.7º 0.5% 0.62% -
XYZ 15.36 15.8 35.04 -
YUV 107.79 156.9 108.18 -
System Red Green Blue C M Y K H S L
Decimal 80 112 159 0.50 0.30 0 0.38 215.7 0.33 0.47
Hex 50 70 9F 32 1E 0 26 D8 21 2F
Octal 120 160 237 62 36 0 46 330 41 57
Binary 1010000 1110000 10011111 110010 11110 0 100110 11011000 100001 101111

Color Harmonies of #50709F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50709F

Black with #50709F

Text Example


Text Example

White with #50709F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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