Html Css Color HEX #555BE5 Royal Blue

📋 copy color: '#555BE5'

red 85 ◦ green 91 ◦ blue 229

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

Shades of Royal Blue #555BE5

Tints of Royal Blue #555BE5

RGB

 RED value IS 85 (33.59% from 255) = 20.99%

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

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

R = 20.99%
G = 22.47%
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

#555BE5 (or 0x555BE5) is known color: Royal Blue. HEX triplet: 55, 5B and E5. RGB value is (85,91,229). Sum of RGB (Red+Green+Blue) = 85+91+229=405 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.99% from 405); Green value is 91 (35.94% from 255 or 22.47% 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 #555BE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555BE5 is #AAA41A. Grayscale: #686868. Windows color (decimal): -11183131 or 15031125. OLE color: 15031125.

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

Color convert

RGB 85 91 229 -
CMYK 0.63 0.60 0 0.10
HSL 237.5º 0.73% 0.62% -
HSV(B) 237.5º 0.63% 0.9% -
XYZ 21.63 15.07 75.9 -
YUV 104.94 198.01 113.78 -
System Red Green Blue C M Y K H S L
Decimal 85 91 229 0.63 0.60 0 0.10 237.5 0.73 0.62
Hex 55 5B E5 3F 3C 0 A EE 49 3E
Octal 125 133 345 77 74 0 12 356 111 76
Binary 1010101 1011011 11100101 111111 111100 0 1010 11101110 1001001 111110

Color Harmonies of #555BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555BE5

Black with #555BE5

Text Example


Text Example

White with #555BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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