Html Css Color HEX #506C9F San Marino

📋 copy color: '#506C9F'

red 80 ◦ green 108 ◦ blue 159

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

Shades of San Marino #506C9F

Tints of San Marino #506C9F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.12%

 BLUE value IS 159 (62.5% from 255) = 45.82%

R = 23.05%
G = 31.12%
B = 45.82%

CMYK

 C value IS 0.50

 M value IS 0.32

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#506C9F (or 0x506C9F) is known color: San Marino. HEX triplet: 50, 6C and 9F. RGB value is (80,108,159). Sum of RGB (Red+Green+Blue) = 80+108+159=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 108 (42.58% from 255 or 31.12% from 347); Blue value is 159 (62.5% from 255 or 45.82% from 347); Max value from RGB is 159 - color contains mainly: blue. Hex color #506C9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506C9F is #AF9360. Grayscale: #696969. Windows color (decimal): -11506529 or 10447952. OLE color: 10447952.

HSL color Cylindrical-coordinate representation of color #506C9F: hue angle of 218.73º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #506C9F is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 108 159 -
CMYK 0.50 0.32 0 0.38
HSL 218.73º 0.33% 0.47% -
HSV(B) 218.73º 0.5% 0.62% -
XYZ 14.93 14.93 34.9 -
YUV 105.44 158.22 109.85 -
System Red Green Blue C M Y K H S L
Decimal 80 108 159 0.50 0.32 0 0.38 218.73 0.33 0.47
Hex 50 6C 9F 32 20 0 26 DB 21 2F
Octal 120 154 237 62 40 0 46 333 41 57
Binary 1010000 1101100 10011111 110010 100000 0 100110 11011011 100001 101111

Color Harmonies of #506C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506C9F

Black with #506C9F

Text Example


Text Example

White with #506C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,108,159); }

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

background-color css

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

 a { background-color: rgb(80,108,159); }

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

border-color css

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

 span { border-color: rgb(80,108,159); }

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