Html Css Color HEX #555EE3 Royal Blue

📋 copy color: '#555EE3'

red 85 ◦ green 94 ◦ blue 227

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

Shades of Royal Blue #555EE3

Tints of Royal Blue #555EE3

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.15%

 BLUE value IS 227 (89.06% from 255) = 55.91%

R = 20.94%
G = 23.15%
B = 55.91%

CMYK

 C value IS 0.63

 M value IS 0.59

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#555EE3 (or 0x555EE3) is known color: Royal Blue. HEX triplet: 55, 5E and E3. RGB value is (85,94,227). Sum of RGB (Red+Green+Blue) = 85+94+227=406 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.94% from 406); Green value is 94 (37.11% from 255 or 23.15% from 406); Blue value is 227 (89.06% from 255 or 55.91% from 406); Max value from RGB is 227 - color contains mainly: blue. Hex color #555EE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555EE3 is #AAA11C. Grayscale: #696969. Windows color (decimal): -11182365 or 14900821. OLE color: 14900821.

HSL color Cylindrical-coordinate representation of color #555EE3: hue angle of 236.2º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #555EE3 is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 85 94 227 -
CMYK 0.63 0.59 0 0.11
HSL 236.2º 0.72% 0.61% -
HSV(B) 236.2º 0.63% 0.89% -
XYZ 21.61 15.48 74.52 -
YUV 106.47 196.02 112.69 -
System Red Green Blue C M Y K H S L
Decimal 85 94 227 0.63 0.59 0 0.11 236.2 0.72 0.61
Hex 55 5E E3 3F 3B 0 B EC 48 3D
Octal 125 136 343 77 73 0 13 354 110 75
Binary 1010101 1011110 11100011 111111 111011 0 1011 11101100 1001000 111101

Color Harmonies of #555EE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555EE3

Black with #555EE3

Text Example


Text Example

White with #555EE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,94,227); }

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

background-color css

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

 a { background-color: rgb(85,94,227); }

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

border-color css

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

 span { border-color: rgb(85,94,227); }

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