Html Css Color HEX #506997 San Marino

📋 copy color: '#506997'

red 80 ◦ green 105 ◦ blue 151

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

Shades of San Marino #506997

Tints of San Marino #506997

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.25%

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

R = 23.81%
G = 31.25%
B = 44.94%

CMYK

 C value IS 0.47

 M value IS 0.30

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#506997 (or 0x506997) is known color: San Marino. HEX triplet: 50, 69 and 97. RGB value is (80,105,151). Sum of RGB (Red+Green+Blue) = 80+105+151=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 151 (59.38% from 255 or 44.94% from 336); Max value from RGB is 151 - color contains mainly: blue. Hex color #506997 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506997 is #AF9668. Grayscale: #666666. Windows color (decimal): -11507305 or 9922896. OLE color: 9922896.

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

Color convert

RGB 80 105 151 -
CMYK 0.47 0.30 0 0.41
HSL 218.87º 0.31% 0.45% -
HSV(B) 218.87º 0.47% 0.59% -
XYZ 13.95 14.04 31.25 -
YUV 102.77 155.22 111.76 -
System Red Green Blue C M Y K H S L
Decimal 80 105 151 0.47 0.30 0 0.41 218.87 0.31 0.45
Hex 50 69 97 2F 1E 0 29 DB 1F 2D
Octal 120 151 227 57 36 0 51 333 37 55
Binary 1010000 1101001 10010111 101111 11110 0 101001 11011011 11111 101101

Color Harmonies of #506997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506997

Black with #506997

Text Example


Text Example

White with #506997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506997; }

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

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

background-color css

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

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

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

border-color css

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

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

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