#505AB6

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

Shades of Rich Blue #505AB6

Tints of Rich Blue #505AB6

Color information

#505AB6 (or 0x505AB6) is unknown color: approx Rich Blue. HEX triplet: 50, 5A and B6. RGB value is (80,90,182). Sum of RGB (Red+Green+Blue) = 80+90+182=352 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.73% from 352); Green value is 90 (35.55% from 255 or 25.57% from 352); Blue value is 182 (71.48% from 255 or 51.70% from 352); Max value from RGB is 182 - color contains mainly: blue. Hex color #505AB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505AB6 is #AFA549. Grayscale: #616161. Windows color (decimal): -11511114 or 11950672. OLE color: 11950672.

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

Color convert

RGB8090182-
CMYK0.560.5100.29
HSL234.12º41.13%51.37%-
HSV(B)234.12º56.04%71.37%-
XYZ15.4112.445.84-
YUV97.5175.69115.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.73%
GREEN value IS 90 (35.55% from 255) = 25.57%
BLUE value IS 182 (71.48% from 255) = 51.70%
R=22.73%
G=25.57%
B=51.70%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal80901820.560.5100.29234.1241.1351.37
Hex505AB6383301Dea2933
Octal12013226670630353525163
Binary101000010110101011011011100011001101110111101010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,90,182); }

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

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

 a { background-color: rgb(80,90,182); }

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

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

 span { border-color: rgb(80,90,182); }

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