#5045BC

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

Shades of Rich Blue #5045BC

Tints of Rich Blue #5045BC

Color information

#5045BC (or 0x5045BC) is unknown color: approx Rich Blue. HEX triplet: 50, 45 and BC. RGB value is (80,69,188). Sum of RGB (Red+Green+Blue) = 80+69+188=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 188 (73.83% from 255 or 55.79% from 337); Max value from RGB is 188 - color contains mainly: blue. Hex color #5045BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5045BC is #AFBA43. Grayscale: #555555. Windows color (decimal): -11516484 or 12338512. OLE color: 12338512.

HSL color Cylindrical-coordinate representation of color #5045BC: hue angle of 245.55º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5045BC is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8069188-
CMYK0.570.6300.26
HSL245.55º47.04%50.39%-
HSV(B)245.55º63.3%73.73%-
XYZ14.519.5948.66-
YUV85.86185.64123.82-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.74%
GREEN value IS 69 (27.34% from 255) = 20.47%
BLUE value IS 188 (73.83% from 255) = 55.79%
R=23.74%
G=20.47%
B=55.79%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal80691880.570.6300.26245.5547.0450.39
Hex5045BC393F01Af62f32
Octal12010527471770323665762
Binary101000010001011011110011100111111101101011110110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5045BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5045BC; }

 p { color: rgb(80,69,188); }

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

<style>
 a { background-color: #5045BC; }

 a { background-color: rgb(80,69,188); }

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

<style>
 span { border-color: #5045BC; }

 span { border-color: rgb(80,69,188); }

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