#5457BE

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

Shades of Rich Blue #5457BE

Tints of Rich Blue #5457BE

Color information

#5457BE (or 0x5457BE) is unknown color: approx Rich Blue. HEX triplet: 54, 57 and BE. RGB value is (84,87,190). Sum of RGB (Red+Green+Blue) = 84+87+190=361 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.27% from 361); Green value is 87 (34.38% from 255 or 24.10% from 361); Blue value is 190 (74.61% from 255 or 52.63% from 361); Max value from RGB is 190 - color contains mainly: blue. Hex color #5457BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5457BE is #ABA841. Grayscale: #616161. Windows color (decimal): -11249730 or 12474196. OLE color: 12474196.

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

Color convert

RGB8487190-
CMYK0.560.5400.25
HSL238.3º44.92%53.73%-
HSV(B)238.3º55.79%74.51%-
XYZ16.3612.4250.25-
YUV97.84180.01118.12-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.27%
GREEN value IS 87 (34.38% from 255) = 24.10%
BLUE value IS 190 (74.61% from 255) = 52.63%
R=23.27%
G=24.10%
B=52.63%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal84871900.560.5400.25238.344.9253.73
Hex5457BE3836019ee2d36
Octal12412727670660313565566
Binary101010010101111011111011100011011001100111101110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5457BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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