Html Css Color HEX #506B9B San Marino

📋 copy color: '#506B9B'

red 80 ◦ green 107 ◦ blue 155

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

Shades of San Marino #506B9B

Tints of San Marino #506B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 45.32%

R = 23.39%
G = 31.29%
B = 45.32%

CMYK

 C value IS 0.48

 M value IS 0.31

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#506B9B (or 0x506B9B) is known color: San Marino. HEX triplet: 50, 6B and 9B. RGB value is (80,107,155). Sum of RGB (Red+Green+Blue) = 80+107+155=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 107 (42.19% from 255 or 31.29% from 342); Blue value is 155 (60.94% from 255 or 45.32% from 342); Max value from RGB is 155 - color contains mainly: blue. Hex color #506B9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506B9B is #AF9464. Grayscale: #686868. Windows color (decimal): -11506789 or 10185552. OLE color: 10185552.

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

Color convert

RGB 80 107 155 -
CMYK 0.48 0.31 0 0.39
HSL 218.4º 0.32% 0.46% -
HSV(B) 218.4º 0.48% 0.61% -
XYZ 14.48 14.59 33.06 -
YUV 104.4 156.55 110.6 -
System Red Green Blue C M Y K H S L
Decimal 80 107 155 0.48 0.31 0 0.39 218.4 0.32 0.46
Hex 50 6B 9B 30 1F 0 27 DA 20 2E
Octal 120 153 233 60 37 0 47 332 40 56
Binary 1010000 1101011 10011011 110000 11111 0 100111 11011010 100000 101110

Color Harmonies of #506B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506B9B

Black with #506B9B

Text Example


Text Example

White with #506B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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