Html Css Color HEX #506999 San Marino

📋 copy color: '#506999'

red 80 ◦ green 105 ◦ blue 153

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

Shades of San Marino #506999

Tints of San Marino #506999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 45.27%

R = 23.67%
G = 31.07%
B = 45.27%

CMYK

 C value IS 0.48

 M value IS 0.31

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#506999 (or 0x506999) is known color: San Marino. HEX triplet: 50, 69 and 99. RGB value is (80,105,153). Sum of RGB (Red+Green+Blue) = 80+105+153=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 153 - color contains mainly: blue. Hex color #506999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506999 is #AF9666. Grayscale: #666666. Windows color (decimal): -11507303 or 10053968. OLE color: 10053968.

HSL color Cylindrical-coordinate representation of color #506999: hue angle of 219.45º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #506999 is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 80 105 153 -
CMYK 0.48 0.31 0 0.4
HSL 219.45º 0.31% 0.46% -
HSV(B) 219.45º 0.48% 0.6% -
XYZ 14.11 14.11 32.12 -
YUV 103 156.22 111.6 -
System Red Green Blue C M Y K H S L
Decimal 80 105 153 0.48 0.31 0 0.4 219.45 0.31 0.46
Hex 50 69 99 30 1F 0 28 DB 1F 2E
Octal 120 151 231 60 37 0 50 333 37 56
Binary 1010000 1101001 10011001 110000 11111 0 101000 11011011 11111 101110

Color Harmonies of #506999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506999

Black with #506999

Text Example


Text Example

White with #506999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506999; }

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

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

background-color css

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

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

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

border-color css

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

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

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