#545CBB

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

Shades of Rich Blue #545CBB

Tints of Rich Blue #545CBB

Color information

#545CBB (or 0x545CBB) is unknown color: approx Rich Blue. HEX triplet: 54, 5C and BB. RGB value is (84,92,187). Sum of RGB (Red+Green+Blue) = 84+92+187=363 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.14% from 363); Green value is 92 (36.33% from 255 or 25.34% from 363); Blue value is 187 (73.44% from 255 or 51.52% from 363); Max value from RGB is 187 - color contains mainly: blue. Hex color #545CBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545CBB is #ABA344. Grayscale: #646464. Windows color (decimal): -11248453 or 12278868. OLE color: 12278868.

HSL color Cylindrical-coordinate representation of color #545CBB: hue angle of 235.34º degrees, saturation: 0.43, 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 #545CBB is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8492187-
CMYK0.550.5100.27
HSL235.34º43.1%53.14%-
HSV(B)235.34º55.08%73.33%-
XYZ16.4513.1348.68-
YUV100.44176.85116.28-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.14%
GREEN value IS 92 (36.33% from 255) = 25.34%
BLUE value IS 187 (73.44% from 255) = 51.52%
R=23.14%
G=25.34%
B=51.52%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal84921870.550.5100.27235.3443.153.14
Hex545CBB373301Beb2b35
Octal12413427367630333535365
Binary101010010111001011101111011111001101101111101011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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