#546ABF

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

Shades of Chetwode Blue #546ABF

Tints of Chetwode Blue #546ABF

Color information

#546ABF (or 0x546ABF) is unknown color: approx Chetwode Blue. HEX triplet: 54, 6A and BF. RGB value is (84,106,191). Sum of RGB (Red+Green+Blue) = 84+106+191=381 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.05% from 381); Green value is 106 (41.80% from 255 or 27.82% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #546ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546ABF is #AB9540. Grayscale: #6C6C6C. Windows color (decimal): -11244865 or 12544596. OLE color: 12544596.

HSL color Cylindrical-coordinate representation of color #546ABF: hue angle of 227.66º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #546ABF is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB84106191-
CMYK0.560.4500.25
HSL227.66º45.53%53.92%-
HSV(B)227.66º56.02%74.9%-
XYZ18.2115.9551.41-
YUV109.11174.21110.09-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.05%
GREEN value IS 106 (41.80% from 255) = 27.82%
BLUE value IS 191 (75% from 255) = 50.13%
R=22.05%
G=27.82%
B=50.13%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal841061910.560.4500.25227.6645.5353.92
Hex546ABF382D019e42e36
Octal12415227770550313445666
Binary101010011010101011111111100010110101100111100100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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