Html Css Color HEX #506B95 San Marino

📋 copy color: '#506B95'

red 80 ◦ green 107 ◦ blue 149

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

Shades of San Marino #506B95

Tints of San Marino #506B95

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.85%

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

R = 23.81%
G = 31.85%
B = 44.35%

CMYK

 C value IS 0.46

 M value IS 0.28

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#506B95 (or 0x506B95) is known color: San Marino. HEX triplet: 50, 6B and 95. RGB value is (80,107,149). Sum of RGB (Red+Green+Blue) = 80+107+149=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 107 (42.19% from 255 or 31.85% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 149 - color contains mainly: blue. Hex color #506B95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506B95 is #AF946A. Grayscale: #676767. Windows color (decimal): -11506795 or 9792336. OLE color: 9792336.

HSL color Cylindrical-coordinate representation of color #506B95: hue angle of 216.52º 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 #506B95 is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 107 149 -
CMYK 0.46 0.28 0 0.42
HSL 216.52º 0.3% 0.45% -
HSV(B) 216.52º 0.46% 0.58% -
XYZ 13.99 14.39 30.47 -
YUV 103.72 153.55 111.08 -
System Red Green Blue C M Y K H S L
Decimal 80 107 149 0.46 0.28 0 0.42 216.52 0.3 0.45
Hex 50 6B 95 2E 1C 0 2A D9 1E 2D
Octal 120 153 225 56 34 0 52 331 36 55
Binary 1010000 1101011 10010101 101110 11100 0 101010 11011001 11110 101101

Color Harmonies of #506B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506B95

Black with #506B95

Text Example


Text Example

White with #506B95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506B95; }

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

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

background-color css

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

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

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

border-color css

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

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

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