#5042b9

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

Shades of Rich Blue #5042B9

Tints of Rich Blue #5042B9

Color information

#5042B9 (or 0x5042B9) is unknown color: approx Rich Blue. HEX triplet: 50, 42 and B9. RGB value is (80,66,185). Sum of RGB (Red+Green+Blue) = 80+66+185=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 185 (72.66% from 255 or 55.89% from 331); Max value from RGB is 185 - color contains mainly: blue. Hex color #5042B9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5042B9 is #AFBD46. Grayscale: #535353. Windows color (decimal): -11517255 or 12141136. OLE color: 12141136.

HSL color Cylindrical-coordinate representation of color #5042B9: hue angle of 247.06º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5042B9 is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8066185-
CMYK0.570.6400.27
HSL247.06º47.41%49.22%-
HSV(B)247.06º64.32%72.55%-
XYZ14.019.146.92-
YUV83.75185.14125.32-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.17%
GREEN value IS 66 (26.17% from 255) = 19.94%
BLUE value IS 185 (72.66% from 255) = 55.89%
R=24.17%
G=19.94%
B=55.89%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal80661850.570.6400.27247.0647.4149.22
Hex5042B9394001Bf72f31
Octal120102271711000333675761
Binary1010000100001010111001111001100000001101111110111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5042b9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5042b9; }

 p { color: rgb(80,66,185); }

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

<style>
 a { background-color: #5042b9; }

 a { background-color: rgb(80,66,185); }

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

<style>
 span { border-color: #5042b9; }

 span { border-color: rgb(80,66,185); }

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