#506DB4

Color #506DB4 San Marino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Marino #506DB4

Tints of San Marino #506DB4

Color information

#506DB4 (or 0x506DB4) is unknown color: approx San Marino. HEX triplet: 50, 6D and B4. RGB value is (80,109,180). Sum of RGB (Red+Green+Blue) = 80+109+180=369 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.68% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 180 (70.70% from 255 or 48.78% from 369); Max value from RGB is 180 - color contains mainly: blue. Hex color #506DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506DB4 is #AF924B. Grayscale: #6C6C6C. Windows color (decimal): -11506252 or 11824464. OLE color: 11824464.

HSL color Cylindrical-coordinate representation of color #506DB4: hue angle of 222.6º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #506DB4 is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB80109180-
CMYK0.560.3900.29
HSL222.6º40%50.98%-
HSV(B)222.6º55.56%70.59%-
XYZ17.0215.9445.36-
YUV108.42168.39107.73-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.68%
GREEN value IS 109 (42.97% from 255) = 29.54%
BLUE value IS 180 (70.70% from 255) = 48.78%
R=21.68%
G=29.54%
B=48.78%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal801091800.560.3900.29222.64050.98
Hex506DB4382701Ddf2833
Octal12015526470470353375063
Binary101000011011011011010011100010011101110111011111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,109,180); }

 H1.HeaderClassName
 {
   color: #506DB4;
 }
 .AnyTagClassName
 {
   color: #506DB4;
 }
</style>
background-color css

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

 a { background-color: rgb(80,109,180); }

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

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

 span { border-color: rgb(80,109,180); }

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