Html Css Color HEX #5562E5 Royal Blue

📋 copy color: '#5562E5'

red 85 ◦ green 98 ◦ blue 229

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

Shades of Royal Blue #5562E5

Tints of Royal Blue #5562E5

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.79%

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

R = 20.63%
G = 23.79%
B = 55.58%

CMYK

 C value IS 0.63

 M value IS 0.57

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#5562E5 (or 0x5562E5) is known color: Royal Blue. HEX triplet: 55, 62 and E5. RGB value is (85,98,229). Sum of RGB (Red+Green+Blue) = 85+98+229=412 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.63% from 412); Green value is 98 (38.67% from 255 or 23.79% from 412); Blue value is 229 (89.84% from 255 or 55.58% from 412); Max value from RGB is 229 - color contains mainly: blue. Hex color #5562E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5562E5 is #AA9D1A. Grayscale: #6C6C6C. Windows color (decimal): -11181339 or 15032917. OLE color: 15032917.

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

Color convert

RGB 85 98 229 -
CMYK 0.63 0.57 0 0.10
HSL 234.58º 0.73% 0.62% -
HSV(B) 234.58º 0.63% 0.9% -
XYZ 22.26 16.32 76.11 -
YUV 109.05 195.69 110.85 -
System Red Green Blue C M Y K H S L
Decimal 85 98 229 0.63 0.57 0 0.10 234.58 0.73 0.62
Hex 55 62 E5 3F 39 0 A EB 49 3E
Octal 125 142 345 77 71 0 12 353 111 76
Binary 1010101 1100010 11100101 111111 111001 0 1010 11101011 1001001 111110

Color Harmonies of #5562E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5562E5

Black with #5562E5

Text Example


Text Example

White with #5562E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5562E5; }

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

 H1.HeaderClassName
 {
   color: #5562E5;
 }
 .AnyTagClassName
 {
   color: #5562E5;
 }
</style>

background-color css

<style>
 a { background-color: #5562E5; }

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

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

border-color css

<style>
 span { border-color: #5562E5; }

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

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