Html Css Color HEX #556EE5 Royal Blue

📋 copy color: '#556EE5'

red 85 ◦ green 110 ◦ blue 229

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

Shades of Royal Blue #556EE5

Tints of Royal Blue #556EE5

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.94%

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

R = 20.05%
G = 25.94%
B = 54.01%

CMYK

 C value IS 0.63

 M value IS 0.52

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#556EE5 (or 0x556EE5) is known color: Royal Blue. HEX triplet: 55, 6E and E5. RGB value is (85,110,229). Sum of RGB (Red+Green+Blue) = 85+110+229=424 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20.05% from 424); Green value is 110 (43.36% from 255 or 25.94% from 424); Blue value is 229 (89.84% from 255 or 54.01% from 424); Max value from RGB is 229 - color contains mainly: blue. Hex color #556EE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556EE5 is #AA911A. Grayscale: #737373. Windows color (decimal): -11178267 or 15035989. OLE color: 15035989.

HSL color Cylindrical-coordinate representation of color #556EE5: hue angle of 229.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 #556EE5 is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 85 110 229 -
CMYK 0.63 0.52 0 0.10
HSL 229.58º 0.73% 0.62% -
HSV(B) 229.58º 0.63% 0.9% -
XYZ 23.47 18.74 76.51 -
YUV 116.09 191.72 105.82 -
System Red Green Blue C M Y K H S L
Decimal 85 110 229 0.63 0.52 0 0.10 229.58 0.73 0.62
Hex 55 6E E5 3F 34 0 A E6 49 3E
Octal 125 156 345 77 64 0 12 346 111 76
Binary 1010101 1101110 11100101 111111 110100 0 1010 11100110 1001001 111110

Color Harmonies of #556EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556EE5

Black with #556EE5

Text Example


Text Example

White with #556EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556EE5; }

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

 H1.HeaderClassName
 {
   color: #556EE5;
 }
 .AnyTagClassName
 {
   color: #556EE5;
 }
</style>

background-color css

<style>
 a { background-color: #556EE5; }

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

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

border-color css

<style>
 span { border-color: #556EE5; }

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

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