Html Css Color HEX #546BCC Royal Blue

📋 copy color: '#546BCC'

red 84 ◦ green 107 ◦ blue 204

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

Shades of Royal Blue #546BCC

Tints of Royal Blue #546BCC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.09%

 BLUE value IS 204 (80.08% from 255) = 51.65%

R = 21.27%
G = 27.09%
B = 51.65%

CMYK

 C value IS 0.59

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#546BCC (or 0x546BCC) is known color: Royal Blue. HEX triplet: 54, 6B and CC. RGB value is (84,107,204). Sum of RGB (Red+Green+Blue) = 84+107+204=395 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.27% from 395); Green value is 107 (42.19% from 255 or 27.09% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #546BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546BCC is #AB9433. Grayscale: #6E6E6E. Windows color (decimal): -11244596 or 13396820. OLE color: 13396820.

HSL color Cylindrical-coordinate representation of color #546BCC: hue angle of 228.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #546BCC is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 84 107 204 -
CMYK 0.59 0.48 0 0.2
HSL 228.5º 0.54% 0.56% -
HSV(B) 228.5º 0.59% 0.8% -
XYZ 19.81 16.76 59.32 -
YUV 111.18 180.38 108.61 -
System Red Green Blue C M Y K H S L
Decimal 84 107 204 0.59 0.48 0 0.2 228.5 0.54 0.56
Hex 54 6B CC 3B 30 0 14 E4 36 38
Octal 124 153 314 73 60 0 24 344 66 70
Binary 1010100 1101011 11001100 111011 110000 0 10100 11100100 110110 111000

Color Harmonies of #546BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546BCC

Black with #546BCC

Text Example


Text Example

White with #546BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,107,204); }

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

background-color css

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

 a { background-color: rgb(84,107,204); }

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

border-color css

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

 span { border-color: rgb(84,107,204); }

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