Html Css Color HEX #546ABB Chetwode Blue

📋 copy color: '#546ABB'

red 84 ◦ green 106 ◦ blue 187

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

Shades of Chetwode Blue #546ABB

Tints of Chetwode Blue #546ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.6%

R = 22.28%
G = 28.12%
B = 49.6%

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

#546ABB (or 0x546ABB) is known color: Chetwode Blue. HEX triplet: 54, 6A and BB. RGB value is (84,106,187). Sum of RGB (Red+Green+Blue) = 84+106+187=377 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.28% from 377); Green value is 106 (41.80% from 255 or 28.12% from 377); Blue value is 187 (73.44% from 255 or 49.60% from 377); Max value from RGB is 187 - color contains mainly: blue. Hex color #546ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546ABB is #AB9544. Grayscale: #6C6C6C. Windows color (decimal): -11244869 or 12282452. OLE color: 12282452.

HSL color Cylindrical-coordinate representation of color #546ABB: hue angle of 227.18º 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 #546ABB is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 84 106 187 -
CMYK 0.55 0.43 0 0.27
HSL 227.18º 0.43% 0.53% -
HSV(B) 227.18º 0.55% 0.73% -
XYZ 17.78 15.78 49.12 -
YUV 108.66 172.21 110.41 -
System Red Green Blue C M Y K H S L
Decimal 84 106 187 0.55 0.43 0 0.27 227.18 0.43 0.53
Hex 54 6A BB 37 2B 0 1B E3 2B 35
Octal 124 152 273 67 53 0 33 343 53 65
Binary 1010100 1101010 10111011 110111 101011 0 11011 11100011 101011 110101

Color Harmonies of #546ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546ABB

Black with #546ABB

Text Example


Text Example

White with #546ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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