#505DB5

Color #505DB5 Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #505DB5

Tints of Rich Blue #505DB5

Color information

#505DB5 (or 0x505DB5) is unknown color: approx Rich Blue. HEX triplet: 50, 5D and B5. RGB value is (80,93,181). Sum of RGB (Red+Green+Blue) = 80+93+181=354 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.60% from 354); Green value is 93 (36.72% from 255 or 26.27% from 354); Blue value is 181 (71.09% from 255 or 51.13% from 354); Max value from RGB is 181 - color contains mainly: blue. Hex color #505DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505DB5 is #AFA24A. Grayscale: #626262. Windows color (decimal): -11510347 or 11885904. OLE color: 11885904.

HSL color Cylindrical-coordinate representation of color #505DB5: hue angle of 232.28º degrees, saturation: 0.41, 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 #505DB5 is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8093181-
CMYK0.560.4900.29
HSL232.28º40.56%51.18%-
HSV(B)232.28º55.8%70.98%-
XYZ15.5612.8745.38-
YUV99.14174.19114.34-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.60%
GREEN value IS 93 (36.72% from 255) = 26.27%
BLUE value IS 181 (71.09% from 255) = 51.13%
R=22.60%
G=26.27%
B=51.13%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal80931810.560.4900.29232.2840.5651.18
Hex505DB5383101De82933
Octal12013526570610353505163
Binary101000010111011011010111100011000101110111101000101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505DB5; }

 p { color: rgb(80,93,181); }

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

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

 a { background-color: rgb(80,93,181); }

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

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

 span { border-color: rgb(80,93,181); }

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