Html Css Color HEX #556CEC Royal Blue

📋 copy color: '#556CEC'

red 85 ◦ green 108 ◦ blue 236

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

Shades of Royal Blue #556CEC

Tints of Royal Blue #556CEC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.17%

 BLUE value IS 236 (92.58% from 255) = 55.01%

R = 19.81%
G = 25.17%
B = 55.01%

CMYK

 C value IS 0.64

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#556CEC (or 0x556CEC) is known color: Royal Blue. HEX triplet: 55, 6C and EC. RGB value is (85,108,236). Sum of RGB (Red+Green+Blue) = 85+108+236=429 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.81% from 429); Green value is 108 (42.58% from 255 or 25.17% from 429); Blue value is 236 (92.58% from 255 or 55.01% from 429); Max value from RGB is 236 - color contains mainly: blue. Hex color #556CEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #556CEC is #AA9313. Grayscale: #737373. Windows color (decimal): -11178772 or 15494229. OLE color: 15494229.

HSL color Cylindrical-coordinate representation of color #556CEC: hue angle of 230.86º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #556CEC is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 85 108 236 -
CMYK 0.64 0.54 0 0.07
HSL 230.86º 0.8% 0.63% -
HSV(B) 230.86º 0.64% 0.93% -
XYZ 24.25 18.71 81.69 -
YUV 115.72 195.88 106.09 -
System Red Green Blue C M Y K H S L
Decimal 85 108 236 0.64 0.54 0 0.07 230.86 0.8 0.63
Hex 55 6C EC 40 36 0 7 E7 50 3F
Octal 125 154 354 100 66 0 7 347 120 77
Binary 1010101 1101100 11101100 1000000 110110 0 111 11100111 1010000 111111

Color Harmonies of #556CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556CEC

Black with #556CEC

Text Example


Text Example

White with #556CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,108,236); }

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

background-color css

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

 a { background-color: rgb(85,108,236); }

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

border-color css

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

 span { border-color: rgb(85,108,236); }

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