#545CB9

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

Shades of Rich Blue #545CB9

Tints of Rich Blue #545CB9

Color information

#545CB9 (or 0x545CB9) is unknown color: approx Rich Blue. HEX triplet: 54, 5C and B9. RGB value is (84,92,185). Sum of RGB (Red+Green+Blue) = 84+92+185=361 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.27% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 185 (72.66% from 255 or 51.25% from 361); Max value from RGB is 185 - color contains mainly: blue. Hex color #545CB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545CB9 is #ABA346. Grayscale: #636363. Windows color (decimal): -11248455 or 12147796. OLE color: 12147796.

HSL color Cylindrical-coordinate representation of color #545CB9: hue angle of 235.25º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #545CB9 is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8492185-
CMYK0.550.5000.27
HSL235.25º41.91%52.75%-
HSV(B)235.25º54.59%72.55%-
XYZ16.2413.0447.56-
YUV100.21175.85116.44-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.27%
GREEN value IS 92 (36.33% from 255) = 25.48%
BLUE value IS 185 (72.66% from 255) = 51.25%
R=23.27%
G=25.48%
B=51.25%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal84921850.550.5000.27235.2541.9152.75
Hex545CB9373201Beb2a35
Octal12413427167620333535265
Binary101010010111001011100111011111001001101111101011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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