Html Css Color HEX #545BE5 Royal Blue

📋 copy color: '#545BE5'

red 84 ◦ green 91 ◦ blue 229

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

Shades of Royal Blue #545BE5

Tints of Royal Blue #545BE5

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.52%

 BLUE value IS 229 (89.84% from 255) = 56.68%

R = 20.79%
G = 22.52%
B = 56.68%

CMYK

 C value IS 0.63

 M value IS 0.60

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#545BE5 (or 0x545BE5) is known color: Royal Blue. HEX triplet: 54, 5B and E5. RGB value is (84,91,229). Sum of RGB (Red+Green+Blue) = 84+91+229=404 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.79% from 404); Green value is 91 (35.94% from 255 or 22.52% from 404); Blue value is 229 (89.84% from 255 or 56.68% from 404); Max value from RGB is 229 - color contains mainly: blue. Hex color #545BE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545BE5 is #ABA41A. Grayscale: #686868. Windows color (decimal): -11248667 or 15031124. OLE color: 15031124.

HSL color Cylindrical-coordinate representation of color #545BE5: hue angle of 237.1º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #545BE5 is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 84 91 229 -
CMYK 0.63 0.60 0 0.10
HSL 237.1º 0.74% 0.61% -
HSV(B) 237.1º 0.63% 0.9% -
XYZ 21.54 15.02 75.89 -
YUV 104.64 198.18 113.28 -
System Red Green Blue C M Y K H S L
Decimal 84 91 229 0.63 0.60 0 0.10 237.1 0.74 0.61
Hex 54 5B E5 3F 3C 0 A ED 4A 3D
Octal 124 133 345 77 74 0 12 355 112 75
Binary 1010100 1011011 11100101 111111 111100 0 1010 11101101 1001010 111101

Color Harmonies of #545BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545BE5

Black with #545BE5

Text Example


Text Example

White with #545BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545BE5; }

 p { color: rgb(84,91,229); }

 H1.HeaderClassName
 {
   color: #545BE5;
 }
 .AnyTagClassName
 {
   color: #545BE5;
 }
</style>

background-color css

<style>
 a { background-color: #545BE5; }

 a { background-color: rgb(84,91,229); }

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

border-color css

<style>
 span { border-color: #545BE5; }

 span { border-color: rgb(84,91,229); }

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