Html Css Color HEX #546CCD Royal Blue

📋 copy color: '#546CCD'

red 84 ◦ green 108 ◦ blue 205

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

Shades of Royal Blue #546CCD

Tints of Royal Blue #546CCD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.2%

 BLUE value IS 205 (80.47% from 255) = 51.64%

R = 21.16%
G = 27.2%
B = 51.64%

CMYK

 C value IS 0.59

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#546CCD (or 0x546CCD) is known color: Royal Blue. HEX triplet: 54, 6C and CD. RGB value is (84,108,205). Sum of RGB (Red+Green+Blue) = 84+108+205=397 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.16% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #546CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546CCD is #AB9332. Grayscale: #6F6F6F. Windows color (decimal): -11244339 or 13462612. OLE color: 13462612.

HSL color Cylindrical-coordinate representation of color #546CCD: hue angle of 228.1º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #546CCD is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 84 108 205 -
CMYK 0.59 0.47 0 0.20
HSL 228.1º 0.55% 0.57% -
HSV(B) 228.1º 0.59% 0.8% -
XYZ 20.04 17.02 59.99 -
YUV 111.88 180.55 108.11 -
System Red Green Blue C M Y K H S L
Decimal 84 108 205 0.59 0.47 0 0.20 228.1 0.55 0.57
Hex 54 6C CD 3B 2F 0 14 E4 37 39
Octal 124 154 315 73 57 0 24 344 67 71
Binary 1010100 1101100 11001101 111011 101111 0 10100 11100100 110111 111001

Color Harmonies of #546CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546CCD

Black with #546CCD

Text Example


Text Example

White with #546CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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