Html Css Color HEX #506699 San Marino

📋 copy color: '#506699'

red 80 ◦ green 102 ◦ blue 153

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

Shades of San Marino #506699

Tints of San Marino #506699

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.45%

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

R = 23.88%
G = 30.45%
B = 45.67%

CMYK

 C value IS 0.48

 M value IS 0.33

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#506699 (or 0x506699) is known color: San Marino. HEX triplet: 50, 66 and 99. RGB value is (80,102,153). Sum of RGB (Red+Green+Blue) = 80+102+153=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 153 (60.16% from 255 or 45.67% from 335); Max value from RGB is 153 - color contains mainly: blue. Hex color #506699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506699 is #AF9966. Grayscale: #656565. Windows color (decimal): -11508071 or 10053200. OLE color: 10053200.

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

Color convert

RGB 80 102 153 -
CMYK 0.48 0.33 0 0.4
HSL 221.92º 0.31% 0.46% -
HSV(B) 221.92º 0.48% 0.6% -
XYZ 13.81 13.51 32.02 -
YUV 101.24 157.21 112.85 -
System Red Green Blue C M Y K H S L
Decimal 80 102 153 0.48 0.33 0 0.4 221.92 0.31 0.46
Hex 50 66 99 30 21 0 28 DE 1F 2E
Octal 120 146 231 60 41 0 50 336 37 56
Binary 1010000 1100110 10011001 110000 100001 0 101000 11011110 11111 101110

Color Harmonies of #506699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506699

Black with #506699

Text Example


Text Example

White with #506699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506699; }

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

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

background-color css

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

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

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

border-color css

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

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

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