#5456B3

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

Shades of Rich Blue #5456B3

Tints of Rich Blue #5456B3

Color information

#5456B3 (or 0x5456B3) is unknown color: approx Rich Blue. HEX triplet: 54, 56 and B3. RGB value is (84,86,179). Sum of RGB (Red+Green+Blue) = 84+86+179=349 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.07% from 349); Green value is 86 (33.98% from 255 or 24.64% from 349); Blue value is 179 (70.31% from 255 or 51.29% from 349); Max value from RGB is 179 - color contains mainly: blue. Hex color #5456B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5456B3 is #ABA94C. Grayscale: #5F5F5F. Windows color (decimal): -11249997 or 11753044. OLE color: 11753044.

HSL color Cylindrical-coordinate representation of color #5456B3: hue angle of 238.74º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5456B3 is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB8486179-
CMYK0.530.5200.30
HSL238.74º38.46%51.57%-
HSV(B)238.74º53.07%70.2%-
XYZ15.1211.844.13-
YUV96174.84119.44-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.07%
GREEN value IS 86 (33.98% from 255) = 24.64%
BLUE value IS 179 (70.31% from 255) = 51.29%
R=24.07%
G=24.64%
B=51.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal84861790.530.5200.30238.7438.4651.57
Hex5456B3353401Eef2634
Octal12412626365640363574664
Binary101010010101101011001111010111010001111011101111100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5456B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5456B3; }

 p { color: rgb(84,86,179); }

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

<style>
 a { background-color: #5456B3; }

 a { background-color: rgb(84,86,179); }

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

<style>
 span { border-color: #5456B3; }

 span { border-color: rgb(84,86,179); }

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