Html Css Color HEX #507196 San Marino

📋 copy color: '#507196'

red 80 ◦ green 113 ◦ blue 150

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

Shades of San Marino #507196

Tints of San Marino #507196

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.94%

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

R = 23.32%
G = 32.94%
B = 43.73%

CMYK

 C value IS 0.47

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#507196 (or 0x507196) is known color: San Marino. HEX triplet: 50, 71 and 96. RGB value is (80,113,150). Sum of RGB (Red+Green+Blue) = 80+113+150=343 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.32% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 150 (58.98% from 255 or 43.73% from 343); Max value from RGB is 150 - color contains mainly: blue. Hex color #507196 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507196 is #AF8E69. Grayscale: #6B6B6B. Windows color (decimal): -11505258 or 9859408. OLE color: 9859408.

HSL color Cylindrical-coordinate representation of color #507196: hue angle of 211.71º 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 #507196 is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 113 150 -
CMYK 0.47 0.25 0 0.41
HSL 211.71º 0.3% 0.45% -
HSV(B) 211.71º 0.47% 0.59% -
XYZ 14.72 15.72 31.11 -
YUV 107.35 152.07 108.49 -
System Red Green Blue C M Y K H S L
Decimal 80 113 150 0.47 0.25 0 0.41 211.71 0.3 0.45
Hex 50 71 96 2F 19 0 29 D4 1E 2D
Octal 120 161 226 57 31 0 51 324 36 55
Binary 1010000 1110001 10010110 101111 11001 0 101001 11010100 11110 101101

Color Harmonies of #507196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507196

Black with #507196

Text Example


Text Example

White with #507196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507196; }

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

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

background-color css

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

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

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

border-color css

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

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

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