Html Css Color HEX #545CE5 Royal Blue

📋 copy color: '#545CE5'

red 84 ◦ green 92 ◦ blue 229

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

Shades of Royal Blue #545CE5

Tints of Royal Blue #545CE5

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.72%

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

R = 20.74%
G = 22.72%
B = 56.54%

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

#545CE5 (or 0x545CE5) is known color: Royal Blue. HEX triplet: 54, 5C and E5. RGB value is (84,92,229). Sum of RGB (Red+Green+Blue) = 84+92+229=405 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.74% from 405); Green value is 92 (36.33% from 255 or 22.72% from 405); Blue value is 229 (89.84% from 255 or 56.54% from 405); Max value from RGB is 229 - color contains mainly: blue. Hex color #545CE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545CE5 is #ABA31A. Grayscale: #686868. Windows color (decimal): -11248411 or 15031380. OLE color: 15031380.

HSL color Cylindrical-coordinate representation of color #545CE5: hue angle of 236.69º 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 #545CE5 is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 84 92 229 -
CMYK 0.63 0.60 0 0.10
HSL 236.69º 0.74% 0.61% -
HSV(B) 236.69º 0.63% 0.9% -
XYZ 21.63 15.2 75.92 -
YUV 105.23 197.85 112.86 -
System Red Green Blue C M Y K H S L
Decimal 84 92 229 0.63 0.60 0 0.10 236.69 0.74 0.61
Hex 54 5C E5 3F 3C 0 A ED 4A 3D
Octal 124 134 345 77 74 0 12 355 112 75
Binary 1010100 1011100 11100101 111111 111100 0 1010 11101101 1001010 111101

Color Harmonies of #545CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545CE5

Black with #545CE5

Text Example


Text Example

White with #545CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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