Html Css Color HEX #546AB2 Chetwode Blue

📋 copy color: '#546AB2'

red 84 ◦ green 106 ◦ blue 178

#546AB2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chetwode Blue #546AB2

Tints of Chetwode Blue #546AB2

RGB

 RED value IS 84 (33.2% from 255) = 22.83%

 GREEN value IS 106 (41.8% from 255) = 28.8%

 BLUE value IS 178 (69.92% from 255) = 48.37%

R = 22.83%
G = 28.8%
B = 48.37%

CMYK

 C value IS 0.53

 M value IS 0.40

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#546AB2 (or 0x546AB2) is known color: Chetwode Blue. HEX triplet: 54, 6A and B2. RGB value is (84,106,178). Sum of RGB (Red+Green+Blue) = 84+106+178=368 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.83% from 368); Green value is 106 (41.80% from 255 or 28.80% from 368); Blue value is 178 (69.92% from 255 or 48.37% from 368); Max value from RGB is 178 - color contains mainly: blue. Hex color #546AB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546AB2 is #AB954D. Grayscale: #6B6B6B. Windows color (decimal): -11244878 or 11692628. OLE color: 11692628.

HSL color Cylindrical-coordinate representation of color #546AB2: hue angle of 225.96º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #546AB2 is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 84 106 178 -
CMYK 0.53 0.40 0 0.30
HSL 225.96º 0.38% 0.51% -
HSV(B) 225.96º 0.53% 0.7% -
XYZ 16.85 15.41 44.21 -
YUV 107.63 167.71 111.15 -
System Red Green Blue C M Y K H S L
Decimal 84 106 178 0.53 0.40 0 0.30 225.96 0.38 0.51
Hex 54 6A B2 35 28 0 1E E2 26 33
Octal 124 152 262 65 50 0 36 342 46 63
Binary 1010100 1101010 10110010 110101 101000 0 11110 11100010 100110 110011

Color Harmonies of #546AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546AB2

Black with #546AB2

Text Example


Text Example

White with #546AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #546AB2;
 }
 .AnyTagClassName
 {
   color: #546AB2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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