#5452BE

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

Shades of Rich Blue #5452BE

Tints of Rich Blue #5452BE

Color information

#5452BE (or 0x5452BE) is unknown color: approx Rich Blue. HEX triplet: 54, 52 and BE. RGB value is (84,82,190). Sum of RGB (Red+Green+Blue) = 84+82+190=356 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.60% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 190 (74.61% from 255 or 53.37% from 356); Max value from RGB is 190 - color contains mainly: blue. Hex color #5452BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5452BE is #ABAD41. Grayscale: #5E5E5E. Windows color (decimal): -11251010 or 12472916. OLE color: 12472916.

HSL color Cylindrical-coordinate representation of color #5452BE: hue angle of 241.11º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5452BE is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8482190-
CMYK0.560.5700.25
HSL241.11º45.38%53.33%-
HSV(B)241.11º56.84%74.51%-
XYZ15.9711.6450.12-
YUV94.91181.66120.22-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.60%
GREEN value IS 82 (32.42% from 255) = 23.03%
BLUE value IS 190 (74.61% from 255) = 53.37%
R=23.60%
G=23.03%
B=53.37%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal84821900.560.5700.25241.1145.3853.33
Hex5452BE3839019f12d35
Octal12412227670710313615565
Binary101010010100101011111011100011100101100111110001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5452BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5452BE; }

 p { color: rgb(84,82,190); }

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

<style>
 a { background-color: #5452BE; }

 a { background-color: rgb(84,82,190); }

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

<style>
 span { border-color: #5452BE; }

 span { border-color: rgb(84,82,190); }

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