#504BBE

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

Shades of Rich Blue #504BBE

Tints of Rich Blue #504BBE

Color information

#504BBE (or 0x504BBE) is unknown color: approx Rich Blue. HEX triplet: 50, 4B and BE. RGB value is (80,75,190). Sum of RGB (Red+Green+Blue) = 80+75+190=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 75 (29.69% from 255 or 21.74% from 345); Blue value is 190 (74.61% from 255 or 55.07% from 345); Max value from RGB is 190 - color contains mainly: blue. Hex color #504BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #504BBE is #AFB441. Grayscale: #595959. Windows color (decimal): -11514946 or 12471120. OLE color: 12471120.

HSL color Cylindrical-coordinate representation of color #504BBE: hue angle of 242.61º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #504BBE is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8075190-
CMYK0.580.6100.25
HSL242.61º46.94%51.96%-
HSV(B)242.61º60.53%74.51%-
XYZ15.1210.4649.94-
YUV89.6184.66121.15-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.19%
GREEN value IS 75 (29.69% from 255) = 21.74%
BLUE value IS 190 (74.61% from 255) = 55.07%
R=23.19%
G=21.74%
B=55.07%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal80751900.580.6100.25242.6146.9451.96
Hex504BBE3A3D019f32f34
Octal12011327672750313635764
Binary101000010010111011111011101011110101100111110011101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504BBE; }

 p { color: rgb(80,75,190); }

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

<style>
 a { background-color: #504BBE; }

 a { background-color: rgb(80,75,190); }

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

<style>
 span { border-color: #504BBE; }

 span { border-color: rgb(80,75,190); }

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