Html Css Color HEX #507095 San Marino

📋 copy color: '#507095'

red 80 ◦ green 112 ◦ blue 149

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

Shades of San Marino #507095

Tints of San Marino #507095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 43.7%

R = 23.46%
G = 32.84%
B = 43.7%

CMYK

 C value IS 0.46

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#507095 (or 0x507095) is known color: San Marino. HEX triplet: 50, 70 and 95. RGB value is (80,112,149). Sum of RGB (Red+Green+Blue) = 80+112+149=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 149 (58.59% from 255 or 43.70% from 341); Max value from RGB is 149 - color contains mainly: blue. Hex color #507095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507095 is #AF8F6A. Grayscale: #6A6A6A. Windows color (decimal): -11505515 or 9793616. OLE color: 9793616.

HSL color Cylindrical-coordinate representation of color #507095: hue angle of 212.17º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #507095 is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 112 149 -
CMYK 0.46 0.25 0 0.42
HSL 212.17º 0.3% 0.45% -
HSV(B) 212.17º 0.46% 0.58% -
XYZ 14.53 15.46 30.65 -
YUV 106.65 151.9 108.99 -
System Red Green Blue C M Y K H S L
Decimal 80 112 149 0.46 0.25 0 0.42 212.17 0.3 0.45
Hex 50 70 95 2E 19 0 2A D4 1E 2D
Octal 120 160 225 56 31 0 52 324 36 55
Binary 1010000 1110000 10010101 101110 11001 0 101010 11010100 11110 101101

Color Harmonies of #507095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507095

Black with #507095

Text Example


Text Example

White with #507095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507095; }

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

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

background-color css

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

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

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

border-color css

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

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

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