#545CB1

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

Shades of Rich Blue #545CB1

Tints of Rich Blue #545CB1

Color information

#545CB1 (or 0x545CB1) is unknown color: approx Rich Blue. HEX triplet: 54, 5C and B1. RGB value is (84,92,177). Sum of RGB (Red+Green+Blue) = 84+92+177=353 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.80% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 177 (69.53% from 255 or 50.14% from 353); Max value from RGB is 177 - color contains mainly: blue. Hex color #545CB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545CB1 is #ABA34E. Grayscale: #626262. Windows color (decimal): -11248463 or 11623508. OLE color: 11623508.

HSL color Cylindrical-coordinate representation of color #545CB1: hue angle of 234.84º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #545CB1 is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8492177-
CMYK0.530.4800.31
HSL234.84º37.35%51.18%-
HSV(B)234.84º52.54%69.41%-
XYZ15.4212.7143.24-
YUV99.3171.85117.09-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.80%
GREEN value IS 92 (36.33% from 255) = 26.06%
BLUE value IS 177 (69.53% from 255) = 50.14%
R=23.80%
G=26.06%
B=50.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal84921770.530.4800.31234.8437.3551.18
Hex545CB1353001Feb2533
Octal12413426165600373534563
Binary101010010111001011000111010111000001111111101011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545CB1; }

 p { color: rgb(84,92,177); }

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

<style>
 a { background-color: #545CB1; }

 a { background-color: rgb(84,92,177); }

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

<style>
 span { border-color: #545CB1; }

 span { border-color: rgb(84,92,177); }

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