#546CBE

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

Shades of Chetwode Blue #546CBE

Tints of Chetwode Blue #546CBE

Color information

#546CBE (or 0x546CBE) is unknown color: approx Chetwode Blue. HEX triplet: 54, 6C and BE. RGB value is (84,108,190). Sum of RGB (Red+Green+Blue) = 84+108+190=382 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.99% from 382); Green value is 108 (42.58% from 255 or 28.27% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #546CBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546CBE is #AB9341. Grayscale: #6D6D6D. Windows color (decimal): -11244354 or 12479572. OLE color: 12479572.

HSL color Cylindrical-coordinate representation of color #546CBE: hue angle of 226.42º degrees, saturation: 0.45, 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 #546CBE is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB84108190-
CMYK0.560.4300.25
HSL226.42º44.92%53.73%-
HSV(B)226.42º55.79%74.51%-
XYZ18.3116.3350.9-
YUV110.17173.05109.33-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.99%
GREEN value IS 108 (42.58% from 255) = 28.27%
BLUE value IS 190 (74.61% from 255) = 49.74%
R=21.99%
G=28.27%
B=49.74%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal841081900.560.4300.25226.4244.9253.73
Hex546CBE382B019e22d36
Octal12415427670530313425566
Binary101010011011001011111011100010101101100111100010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,108,190); }

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

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

 a { background-color: rgb(84,108,190); }

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

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

 span { border-color: rgb(84,108,190); }

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