Html Css Color HEX #507396 San Marino

📋 copy color: '#507396'

red 80 ◦ green 115 ◦ blue 150

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

Shades of San Marino #507396

Tints of San Marino #507396

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.33%

 BLUE value IS 150 (58.98% from 255) = 43.48%

R = 23.19%
G = 33.33%
B = 43.48%

CMYK

 C value IS 0.47

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#507396 (or 0x507396) is known color: San Marino. HEX triplet: 50, 73 and 96. RGB value is (80,115,150). Sum of RGB (Red+Green+Blue) = 80+115+150=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 150 (58.98% from 255 or 43.48% from 345); Max value from RGB is 150 - color contains mainly: blue. Hex color #507396 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507396 is #AF8C69. Grayscale: #6C6C6C. Windows color (decimal): -11504746 or 9859920. OLE color: 9859920.

HSL color Cylindrical-coordinate representation of color #507396: hue angle of 210º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #507396 is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 115 150 -
CMYK 0.47 0.23 0 0.41
HSL 210º 0.3% 0.45% -
HSV(B) 210º 0.47% 0.59% -
XYZ 14.94 16.17 31.19 -
YUV 108.53 151.4 107.65 -
System Red Green Blue C M Y K H S L
Decimal 80 115 150 0.47 0.23 0 0.41 210 0.3 0.45
Hex 50 73 96 2F 17 0 29 D2 1E 2D
Octal 120 163 226 57 27 0 51 322 36 55
Binary 1010000 1110011 10010110 101111 10111 0 101001 11010010 11110 101101

Color Harmonies of #507396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507396

Black with #507396

Text Example


Text Example

White with #507396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507396; }

 p { color: rgb(80,115,150); }

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

background-color css

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

 a { background-color: rgb(80,115,150); }

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

border-color css

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

 span { border-color: rgb(80,115,150); }

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