Html Css Color HEX #506B99 San Marino

📋 copy color: '#506B99'

red 80 ◦ green 107 ◦ blue 153

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

Shades of San Marino #506B99

Tints of San Marino #506B99

RGB

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

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

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

R = 23.53%
G = 31.47%
B = 45%

CMYK

 C value IS 0.48

 M value IS 0.30

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#506B99 (or 0x506B99) is known color: San Marino. HEX triplet: 50, 6B and 99. RGB value is (80,107,153). Sum of RGB (Red+Green+Blue) = 80+107+153=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 107 (42.19% from 255 or 31.47% from 340); Blue value is 153 (60.16% from 255 or 45% from 340); Max value from RGB is 153 - color contains mainly: blue. Hex color #506B99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506B99 is #AF9466. Grayscale: #676767. Windows color (decimal): -11506791 or 10054480. OLE color: 10054480.

HSL color Cylindrical-coordinate representation of color #506B99: hue angle of 217.81º 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 #506B99 is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 80 107 153 -
CMYK 0.48 0.30 0 0.4
HSL 217.81º 0.31% 0.46% -
HSV(B) 217.81º 0.48% 0.6% -
XYZ 14.32 14.52 32.19 -
YUV 104.17 155.55 110.76 -
System Red Green Blue C M Y K H S L
Decimal 80 107 153 0.48 0.30 0 0.4 217.81 0.31 0.46
Hex 50 6B 99 30 1E 0 28 DA 1F 2E
Octal 120 153 231 60 36 0 50 332 37 56
Binary 1010000 1101011 10011001 110000 11110 0 101000 11011010 11111 101110

Color Harmonies of #506B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506B99

Black with #506B99

Text Example


Text Example

White with #506B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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