Html Css Color HEX #556EEA Royal Blue

📋 copy color: '#556EEA'

red 85 ◦ green 110 ◦ blue 234

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

Shades of Royal Blue #556EEA

Tints of Royal Blue #556EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 54.55%

R = 19.81%
G = 25.64%
B = 54.55%

CMYK

 C value IS 0.64

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#556EEA (or 0x556EEA) is known color: Royal Blue. HEX triplet: 55, 6E and EA. RGB value is (85,110,234). Sum of RGB (Red+Green+Blue) = 85+110+234=429 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.81% from 429); Green value is 110 (43.36% from 255 or 25.64% from 429); Blue value is 234 (91.80% from 255 or 54.55% from 429); Max value from RGB is 234 - color contains mainly: blue. Hex color #556EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #556EEA is #AA9115. Grayscale: #747474. Windows color (decimal): -11178262 or 15363669. OLE color: 15363669.

HSL color Cylindrical-coordinate representation of color #556EEA: hue angle of 229.93º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #556EEA is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 85 110 234 -
CMYK 0.64 0.53 0 0.08
HSL 229.93º 0.78% 0.63% -
HSV(B) 229.93º 0.64% 0.92% -
XYZ 24.17 19.02 80.24 -
YUV 116.66 194.22 105.42 -
System Red Green Blue C M Y K H S L
Decimal 85 110 234 0.64 0.53 0 0.08 229.93 0.78 0.63
Hex 55 6E EA 40 35 0 8 E6 4E 3F
Octal 125 156 352 100 65 0 10 346 116 77
Binary 1010101 1101110 11101010 1000000 110101 0 1000 11100110 1001110 111111

Color Harmonies of #556EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556EEA

Black with #556EEA

Text Example


Text Example

White with #556EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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