#545CB3

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

Shades of Rich Blue #545CB3

Tints of Rich Blue #545CB3

Color information

#545CB3 (or 0x545CB3) is unknown color: approx Rich Blue. HEX triplet: 54, 5C and B3. RGB value is (84,92,179). Sum of RGB (Red+Green+Blue) = 84+92+179=355 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.66% from 355); Green value is 92 (36.33% from 255 or 25.92% from 355); Blue value is 179 (70.31% from 255 or 50.42% from 355); Max value from RGB is 179 - color contains mainly: blue. Hex color #545CB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545CB3 is #ABA34C. Grayscale: #636363. Windows color (decimal): -11248461 or 11754580. OLE color: 11754580.

HSL color Cylindrical-coordinate representation of color #545CB3: hue angle of 234.95º 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 #545CB3 is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB8492179-
CMYK0.530.4900.30
HSL234.95º38.46%51.57%-
HSV(B)234.95º53.07%70.2%-
XYZ15.6212.7944.29-
YUV99.53172.85116.93-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.66%
GREEN value IS 92 (36.33% from 255) = 25.92%
BLUE value IS 179 (70.31% from 255) = 50.42%
R=23.66%
G=25.92%
B=50.42%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal84921790.530.4900.30234.9538.4651.57
Hex545CB3353101Eeb2634
Octal12413426365610363534664
Binary101010010111001011001111010111000101111011101011100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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