#546AB0

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

Shades of Chetwode Blue #546AB0

Tints of Chetwode Blue #546AB0

Color information

#546AB0 (or 0x546AB0) is unknown color: approx Chetwode Blue. HEX triplet: 54, 6A and B0. RGB value is (84,106,176). Sum of RGB (Red+Green+Blue) = 84+106+176=366 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.95% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 176 (69.14% from 255 or 48.09% from 366); Max value from RGB is 176 - color contains mainly: blue. Hex color #546AB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546AB0 is #AB954F. Grayscale: #6B6B6B. Windows color (decimal): -11244880 or 11561556. OLE color: 11561556.

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

Color convert

RGB84106176-
CMYK0.520.4000.31
HSL225.65º36.8%50.98%-
HSV(B)225.65º52.27%69.02%-
XYZ16.6515.3343.16-
YUV107.4166.71111.31-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.95%
GREEN value IS 106 (41.80% from 255) = 28.96%
BLUE value IS 176 (69.14% from 255) = 48.09%
R=22.95%
G=28.96%
B=48.09%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal841061760.520.4000.31225.6536.850.98
Hex546AB0342801Fe22533
Octal12415226064500373424563
Binary101010011010101011000011010010100001111111100010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,106,176); }

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

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

 a { background-color: rgb(84,106,176); }

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

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

 span { border-color: rgb(84,106,176); }

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