Html Css Color HEX #506B97 San Marino

📋 copy color: '#506B97'

red 80 ◦ green 107 ◦ blue 151

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

Shades of San Marino #506B97

Tints of San Marino #506B97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 44.67%

R = 23.67%
G = 31.66%
B = 44.67%

CMYK

 C value IS 0.47

 M value IS 0.29

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#506B97 (or 0x506B97) is known color: San Marino. HEX triplet: 50, 6B and 97. RGB value is (80,107,151). Sum of RGB (Red+Green+Blue) = 80+107+151=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 107 (42.19% from 255 or 31.66% from 338); Blue value is 151 (59.38% from 255 or 44.67% from 338); Max value from RGB is 151 - color contains mainly: blue. Hex color #506B97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506B97 is #AF9468. Grayscale: #676767. Windows color (decimal): -11506793 or 9923408. OLE color: 9923408.

HSL color Cylindrical-coordinate representation of color #506B97: hue angle of 217.18º degrees, saturation: 0.31, 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 #506B97 is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 107 151 -
CMYK 0.47 0.29 0 0.41
HSL 217.18º 0.31% 0.45% -
HSV(B) 217.18º 0.47% 0.59% -
XYZ 14.15 14.46 31.32 -
YUV 103.94 154.55 110.92 -
System Red Green Blue C M Y K H S L
Decimal 80 107 151 0.47 0.29 0 0.41 217.18 0.31 0.45
Hex 50 6B 97 2F 1D 0 29 D9 1F 2D
Octal 120 153 227 57 35 0 51 331 37 55
Binary 1010000 1101011 10010111 101111 11101 0 101001 11011001 11111 101101

Color Harmonies of #506B97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506B97

Black with #506B97

Text Example


Text Example

White with #506B97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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