#546BB5

Color #546BB5 Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #546BB5

Tints of Chetwode Blue #546BB5

Color information

#546BB5 (or 0x546BB5) is unknown color: approx Chetwode Blue. HEX triplet: 54, 6B and B5. RGB value is (84,107,181). Sum of RGB (Red+Green+Blue) = 84+107+181=372 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.58% from 372); Green value is 107 (42.19% from 255 or 28.76% from 372); Blue value is 181 (71.09% from 255 or 48.66% from 372); Max value from RGB is 181 - color contains mainly: blue. Hex color #546BB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546BB5 is #AB944A. Grayscale: #6C6C6C. Windows color (decimal): -11244619 or 11889492. OLE color: 11889492.

HSL color Cylindrical-coordinate representation of color #546BB5: hue angle of 225.77º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #546BB5 is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB84107181-
CMYK0.540.4100.29
HSL225.77º39.59%51.96%-
HSV(B)225.77º53.59%70.98%-
XYZ17.2515.7445.84-
YUV108.56168.88110.48-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.58%
GREEN value IS 107 (42.19% from 255) = 28.76%
BLUE value IS 181 (71.09% from 255) = 48.66%
R=22.58%
G=28.76%
B=48.66%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal841071810.540.4100.29225.7739.5951.96
Hex546BB5362901De22834
Octal12415326566510353425064
Binary101010011010111011010111011010100101110111100010101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546BB5; }

 p { color: rgb(84,107,181); }

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

<style>
 a { background-color: #546BB5; }

 a { background-color: rgb(84,107,181); }

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

<style>
 span { border-color: #546BB5; }

 span { border-color: rgb(84,107,181); }

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