Html Css Color HEX #546DB8 Chetwode Blue

📋 copy color: '#546DB8'

red 84 ◦ green 109 ◦ blue 184

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

Shades of Chetwode Blue #546DB8

Tints of Chetwode Blue #546DB8

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.91%

 BLUE value IS 184 (72.27% from 255) = 48.81%

R = 22.28%
G = 28.91%
B = 48.81%

CMYK

 C value IS 0.54

 M value IS 0.41

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#546DB8 (or 0x546DB8) is known color: Chetwode Blue. HEX triplet: 54, 6D and B8. RGB value is (84,109,184). Sum of RGB (Red+Green+Blue) = 84+109+184=377 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.28% from 377); Green value is 109 (42.97% from 255 or 28.91% from 377); Blue value is 184 (72.27% from 255 or 48.81% from 377); Max value from RGB is 184 - color contains mainly: blue. Hex color #546DB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546DB8 is #AB9247. Grayscale: #6D6D6D. Windows color (decimal): -11244104 or 12086612. OLE color: 12086612.

HSL color Cylindrical-coordinate representation of color #546DB8: hue angle of 225º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #546DB8 is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 84 109 184 -
CMYK 0.54 0.41 0 0.28
HSL 225º 0.41% 0.53% -
HSV(B) 225º 0.54% 0.72% -
XYZ 17.78 16.28 47.55 -
YUV 110.08 169.72 109.4 -
System Red Green Blue C M Y K H S L
Decimal 84 109 184 0.54 0.41 0 0.28 225 0.41 0.53
Hex 54 6D B8 36 29 0 1C E1 29 35
Octal 124 155 270 66 51 0 34 341 51 65
Binary 1010100 1101101 10111000 110110 101001 0 11100 11100001 101001 110101

Color Harmonies of #546DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546DB8

Black with #546DB8

Text Example


Text Example

White with #546DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,109,184); }

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

background-color css

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

 a { background-color: rgb(84,109,184); }

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

border-color css

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

 span { border-color: rgb(84,109,184); }

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