Html Css Color HEX #546ABA Chetwode Blue

📋 copy color: '#546ABA'

red 84 ◦ green 106 ◦ blue 186

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

Shades of Chetwode Blue #546ABA

Tints of Chetwode Blue #546ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.47%

R = 22.34%
G = 28.19%
B = 49.47%

CMYK

 C value IS 0.55

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#546ABA (or 0x546ABA) is known color: Chetwode Blue. HEX triplet: 54, 6A and BA. RGB value is (84,106,186). Sum of RGB (Red+Green+Blue) = 84+106+186=376 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.34% from 376); Green value is 106 (41.80% from 255 or 28.19% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #546ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546ABA is #AB9545. Grayscale: #6C6C6C. Windows color (decimal): -11244870 or 12216916. OLE color: 12216916.

HSL color Cylindrical-coordinate representation of color #546ABA: hue angle of 227.06º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #546ABA is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 84 106 186 -
CMYK 0.55 0.43 0 0.27
HSL 227.06º 0.43% 0.53% -
HSV(B) 227.06º 0.55% 0.73% -
XYZ 17.67 15.74 48.56 -
YUV 108.54 171.71 110.5 -
System Red Green Blue C M Y K H S L
Decimal 84 106 186 0.55 0.43 0 0.27 227.06 0.43 0.53
Hex 54 6A BA 37 2B 0 1B E3 2A 35
Octal 124 152 272 67 53 0 33 343 52 65
Binary 1010100 1101010 10111010 110111 101011 0 11011 11100011 101010 110101

Color Harmonies of #546ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546ABA

Black with #546ABA

Text Example


Text Example

White with #546ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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